Skip to content

Commit

Permalink
adding zen-coding css shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
robhurring committed Feb 17, 2012
1 parent b50feb2 commit 35d6e4c
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion st2/User/Default (OSX).sublime-keymap
Expand Up @@ -19,6 +19,8 @@
"cells": [[0, 0, 1, 1], [1, 0, 2, 1]] "cells": [[0, 0, 1, 1], [1, 0, 2, 1]]
} }
}, },
{ "keys": ["ctrl+shift+]"], "command": "move_to_group", "args": { "group": 1 } },
{ "keys": ["ctrl+shift+["], "command": "move_to_group", "args": { "group": 0 } },
{ "keys": ["command+shift+."], "command": "erb"}, { "keys": ["command+shift+."], "command": "erb"},
{ "keys": ["super+."], "command": "gitx_open" }, { "keys": ["super+."], "command": "gitx_open" },
{ "keys": ["escape"], "command": "alternative_autocomplete", "context": { "keys": ["escape"], "command": "alternative_autocomplete", "context":
Expand All @@ -38,5 +40,20 @@
{ "keys": ["super+shift+]"], "command": "toggle_view"}, { "keys": ["super+shift+]"], "command": "toggle_view"},
{ "keys": ["super+shift+["], "command": "toggle_view", "args": {"direction": "previous"}}, { "keys": ["super+shift+["], "command": "toggle_view", "args": {"direction": "previous"}},
{ "keys": ["super+shift+ctrl+["], "command": "prev_view" }, { "keys": ["super+shift+ctrl+["], "command": "prev_view" },
{ "keys": ["super+shift+ctrl+]"], "command": "next_view" } { "keys": ["super+shift+ctrl+]"], "command": "next_view" },
{
"args": {},
"command": "zen_css_mnemonic",
"context": [
{
"key": "selector",
"match_all": true,
"operand": "source.css, source.scss",
"operator": "equal"
}
],
"keys": [
"`"
]
}
] ]

0 comments on commit 35d6e4c

Please sign in to comment.