Last active
July 6, 2017 21:18
-
-
Save rodpoblete/17acd3caa4b78a3c081f3a095427f805 to your computer and use it in GitHub Desktop.
Sublime Text Key Bindings
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": ["super+v"], "command": "paste_and_indent" }, | |
{ "keys": ["super+shift+v"], "command": "paste" }, | |
{ "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