Skip to content

Instantly share code, notes, and snippets.

@weslley39
Last active April 7, 2016 02:11
Show Gist options
  • Save weslley39/8e90bb16f10f9b102c3c to your computer and use it in GitHub Desktop.
Save weslley39/8e90bb16f10f9b102c3c to your computer and use it in GitHub Desktop.
Sublime_Text_Shortcuts
Windows
{ "keys": ["ctrl+shift+i"], "command": "reindent" , "args": {"single_line": false}},
{ "keys": ["ctrl+shift+s"], "command": "save_all" },
{ "keys": ["ctrl+shift+w"], "command": "close_all" }
Mac
[
{ "keys": ["command+shift+i"], "command": "reindent" , "args": {"single_line": false}},
{ "keys": ["command+shift+s"], "command": "save_all" },
{ "keys": ["command+shift+w"], "command": "close_all" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment