Skip to content

Instantly share code, notes, and snippets.

Created February 25, 2015 02:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/6748670dfc848fbc55e9 to your computer and use it in GitHub Desktop.
Save anonymous/6748670dfc848fbc55e9 to your computer and use it in GitHub Desktop.
Sublime Text 3 Indent Keymaps
[
{ "keys": ["ctrl+w"], "command": "toggle_setting", "args": {"setting": "word_wrap"} },
{ "keys": ["ctrl+shift+r"], "command": "reindent" , "args": { "single_line": false } },
{ "keys": ["ctrl+alt+shift+1"], "command": "set_setting", "args": {"setting": "tab_size", "value": 1} },
{ "keys": ["ctrl+alt+shift+2"], "command": "set_setting", "args": {"setting": "tab_size", "value": 2} },
{ "keys": ["ctrl+alt+shift+3"], "command": "set_setting", "args": {"setting": "tab_size", "value": 3} },
{ "keys": ["ctrl+alt+shift+4"], "command": "set_setting", "args": {"setting": "tab_size", "value": 4} }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment