Created
May 17, 2012 09:44
-
-
Save ttscoff/2717808 to your computer and use it in GitHub Desktop.
TextMate CSS {...} on Cmd-Enter for Sublime Text 2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ "keys": ["super+enter"], "command": "insert_snippet", "args": {"contents": " {\n $0\n}"}, "context": | |
[ | |
{ "key": "selection_empty", "operator": "equal", "operand": true, "match_all": true } | |
] | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add it in Preferences->Key Bindings - User. If you already have key definitions in there, leave out the starting and ending square brackets and insert the remainder into the existing brackets in the file.