Skip to content

Instantly share code, notes, and snippets.

@rajraj
Last active October 11, 2015 14:08
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rajraj/3870827 to your computer and use it in GitHub Desktop.
Save rajraj/3870827 to your computer and use it in GitHub Desktop.
Sublime Text Keybinings
[
{ "keys": ["ctrl+shift+z"], "command": "insert_snippet", "args": {"contents": "<%= ${0:$TM_SELECTED_TEXT} %>"}, "context":
[
{ "key": "selector", "operator": "equal", "operand": "text.html, source.yaml, meta.erb" }
]
},
{ "keys": ["ctrl+alt+x"], "command": "insert_snippet", "args": {"contents": "<% ${0:$TM_SELECTED_TEXT} %>"}, "context":
[
{ "key": "selector", "operator": "equal", "operand": "text.html, source.yaml, meta.erb" }
]
},
{ "keys": ["ctrl+shift+w"], "command": "insert_snippet", "args": { "name": "Packages/XML/long-tag.sublime-snippet" }}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment