Skip to content

Instantly share code, notes, and snippets.

@juanmanuelarias
Created February 20, 2014 00:21
Show Gist options
  • Save juanmanuelarias/9104452 to your computer and use it in GitHub Desktop.
Save juanmanuelarias/9104452 to your computer and use it in GitHub Desktop.
My Sublime Settings
[
{ "keys": ["ctrl+alt+c"], "command": "close_all" },
{ "keys": ["ctrl+7"], "command": "toggle_comment", "args": { "block": false } },
{ "keys": ["ctrl+shift+7"], "command": "toggle_comment", "args": { "block": true } },
{ "keys": ["ctrl+shift+r"], "command": "reindent" , "args": { "single_line": false } }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment