Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save keoshi/2726007 to your computer and use it in GitHub Desktop.
Save keoshi/2726007 to your computer and use it in GitHub Desktop.
TextMate CSS {...} on Cmd-Enter for Sublime Text 2
[
{ "keys": ["super+enter"], "command": "insert_snippet", "args": {"contents": " {\n\t$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