Skip to content

Instantly share code, notes, and snippets.

@ribeiroevandro
Last active December 26, 2015 20:19
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 ribeiroevandro/7207648 to your computer and use it in GitHub Desktop.
Save ribeiroevandro/7207648 to your computer and use it in GitHub Desktop.
[
// Comando para abrir o console usando Ctrl+'
{ "keys": ["ctrl+'"], "command": "show_panel", "args": {"panel": "console", "toggle": true} },
// Comando para comentar e descomentar código usando Ctrl+;
{ "keys": ["ctrl+;"], "command": "toggle_comment", "args": { "block": false } }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment