Skip to content

Instantly share code, notes, and snippets.

@RamsesMartinez
Last active April 27, 2017 23:13
Show Gist options
  • Save RamsesMartinez/8d4ad11cf0defd671b172d33f716a701 to your computer and use it in GitHub Desktop.
Save RamsesMartinez/8d4ad11cf0defd671b172d33f716a701 to your computer and use it in GitHub Desktop.
Sublime Key Bidings
[
{"keys": ["ctrl+alt+i"], "command": "reindent", "args": {"single_line": false}},
{ "keys": ["ctrl+}"], "command": "toggle_comment", "args": { "block": false } },
{ "keys": ["ctrl+shift+}"], "command": "toggle_comment", "args": { "block": true } },
{ "keys": ["ctrl+alt+shift+s"], "command": "save_all" },
{ "keys": ["ctrl+shift+-"], "command": "toggle_side_bar" },
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment