Skip to content

Instantly share code, notes, and snippets.

@akshaymohite
Created June 21, 2016 11:38
Show Gist options
  • Save akshaymohite/6634e0ca8a5e2869fec1e227f4e5c272 to your computer and use it in GitHub Desktop.
Save akshaymohite/6634e0ca8a5e2869fec1e227f4e5c272 to your computer and use it in GitHub Desktop.
Sublime Key Bindings (User)
[
{ "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