Skip to content

Instantly share code, notes, and snippets.

@lucas-tulio
Created March 17, 2015 17:16
Show Gist options
  • Save lucas-tulio/cbfed8ac0e6f579a5de7 to your computer and use it in GitHub Desktop.
Save lucas-tulio/cbfed8ac0e6f579a5de7 to your computer and use it in GitHub Desktop.
Sublime Text 2 keyboard shortcuts on Linux using ABNT2 keyboard
[
{ "keys": ["ctrl+."], "command": "show_overlay", "args": {"overlay": "goto", "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