Skip to content

Instantly share code, notes, and snippets.

@danmaispace
Created December 28, 2012 05:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danmaispace/4394871 to your computer and use it in GitHub Desktop.
Save danmaispace/4394871 to your computer and use it in GitHub Desktop.
sublime-keymap
[
{ "keys": ["ctrl+s"], "command": "toggle_side_bar" },
{ "keys": ["ctrl+shift+."], "command": "erb", "context":
[
{ "key": "selector", "operator": "equal", "operand": "text.html.ruby, text.haml, source.yaml, source.css, source.scss, source.js, source.coffee" }
]
},
{ "keys": ["ctrl+shift+t"], "command": "todo"},
{ "keys": ["ctrl+shift+i"], "command": "reindent"}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment