Skip to content

Instantly share code, notes, and snippets.

@jobara
Last active August 29, 2015 14:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jobara/99bd37f196b49f500901 to your computer and use it in GitHub Desktop.
Save jobara/99bd37f196b49f500901 to your computer and use it in GitHub Desktop.
SublimeText Key Bindings
[
{ "keys": ["super+option+w"], "command": "close_all" },
{ "keys": ["ctrl+super+r"], "command": "reveal_in_side_bar"},
{ "keys": ["super+v"], "command": "paste_and_indent" },
{ "keys": ["super+shift+v"], "command": "paste" },
{ "keys": ["alt+1"], "command": "move_to_group", "args": { "group": 0 } },
{ "keys": ["alt+2"], "command": "move_to_group", "args": { "group": 1 } },
{ "keys": ["alt+3"], "command": "move_to_group", "args": { "group": 2 } },
{ "keys": ["alt+4"], "command": "move_to_group", "args": { "group": 3 } }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment