Last active
April 7, 2016 02:11
-
-
Save weslley39/8e90bb16f10f9b102c3c to your computer and use it in GitHub Desktop.
Sublime_Text_Shortcuts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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