Created
March 17, 2015 17:16
-
-
Save lucas-tulio/cbfed8ac0e6f579a5de7 to your computer and use it in GitHub Desktop.
Sublime Text 2 keyboard shortcuts on Linux using ABNT2 keyboard
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ "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