Created
June 21, 2016 11:38
-
-
Save akshaymohite/6634e0ca8a5e2869fec1e227f4e5c272 to your computer and use it in GitHub Desktop.
Sublime Key Bindings (User)
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
[ | |
{ "keys": ["shift+command+m"], "command": "goto_definition" }, | |
{ "keys": ["ctrl+shift+s"], "command": "auto_save" }, | |
{ "keys": ["ctrl+shift+t"], "command": "delete_trailing_spaces" }, | |
{"keys": ["command+alt+i"], "command": "reindent", "args": {"single_line": false}} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment