Skip to content

Instantly share code, notes, and snippets.

@marco-martins
Last active April 22, 2016 18:10
Show Gist options
  • Save marco-martins/9daaecbbec80eafdb4cc6ceecdbe2efe to your computer and use it in GitHub Desktop.
Save marco-martins/9daaecbbec80eafdb4cc6ceecdbe2efe to your computer and use it in GitHub Desktop.
Sublime Keymaps
[
// { "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