Skip to content

Instantly share code, notes, and snippets.

@sumardi
Created January 17, 2013 13:46
Show Gist options
  • Save sumardi/4556002 to your computer and use it in GitHub Desktop.
Save sumardi/4556002 to your computer and use it in GitHub Desktop.
Reindent Text in Sublime : Add the following line to your user keybindings. Preferences → Key Bindings – User
[
{ "keys": ["ctrl+z"], "command": "reindent", "args": {"single_line": false} }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment