Last active
April 22, 2016 18:10
-
-
Save marco-martins/9daaecbbec80eafdb4cc6ceecdbe2efe to your computer and use it in GitHub Desktop.
Sublime Keymaps
This file contains 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
Show hidden characters
[ | |
// { "keys": ["super+back_slash"], "command": "toggle_comment", "args": { "block": true } }, | |
{ "keys": ["super+alt+r"], "command": "refresh_folder_list" }, | |
{ "keys": ["super+alt+i"], "command": "reindent", "args": {"single_line": false} }, | |
{ "keys": ["super+alt+a"], "command": "alignment" }, | |
{ "keys": ["super+alt+'"], "command": "change_quotes" }, | |
{ "keys": ["super+back_slash"], "command": "toggle_comment", "args": { "block": false } }, | |
{ "keys": ["super+shift+back_slash"], "command": "toggle_comment", "args": { "block": true } } | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment