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 } },
Written by Dave Townsend
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Sublime
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#