Skip to content

Instantly share code, notes, and snippets.

@skvggor
Created October 19, 2013 19:31
Show Gist options
  • Save skvggor/7060427 to your computer and use it in GitHub Desktop.
Save skvggor/7060427 to your computer and use it in GitHub Desktop.
Atalhos sublime text
[
{ "keys": ["ctrl+."], "command": "toggle_comment", "args": { "block": false } },
{ "keys": ["ctrl+shift+."], "command": "toggle_comment", "args": { "block": true } },
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment