Created
January 17, 2013 13:46
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
| [ | |
| { "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