Last Updated: February 25, 2016
·
1.372K
· maumagau

Toggle tab/space indentation in Sublime Text 2

Whack this in your User key bindings to quickly toggle between spaces and tabs

{ "keys": ["ctrl+shift+c"], "command": "unexpand_tabs", "args": { "set_translate_tabs": false } },
{ "keys": ["ctrl+shift+x"], "command": "expand_tabs", "args": { "set_translate_tabs": false } },