Skip to content

Instantly share code, notes, and snippets.

@vilasmaciel
Last active September 7, 2015 07:26
Show Gist options
  • Save vilasmaciel/3b6a60da5e9117447b8d to your computer and use it in GitHub Desktop.
Save vilasmaciel/3b6a60da5e9117447b8d to your computer and use it in GitHub Desktop.
Sublime Text 3 Key Bindings
[
{ "keys": ["ctrl+7"], "command": "toggle_comment", "args": { "block": false } },
{ "keys": ["ctrl+shift+7"], "command": "toggle_comment", "args": { "block": false } },
{ "keys": ["ctrl+shift+g"], "command": "format_javascript"}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment