Skip to content

Instantly share code, notes, and snippets.

@Rodrigo54
Created November 17, 2015 16:49
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 Rodrigo54/bc10d2b6e67dd3630132 to your computer and use it in GitHub Desktop.
Save Rodrigo54/bc10d2b6e67dd3630132 to your computer and use it in GitHub Desktop.
Fix comente windows
[
{ "keys": ["ctrl+7"], "command": "toggle_comment", "args": { "block": false } },
{ "keys": ["ctrl+shift+7"], "command": "toggle_comment", "args": { "block": true } },
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment