Created
November 10, 2014 01:26
-
-
Save supermario/5a3b4bac62e92e9c49a3 to your computer and use it in GitHub Desktop.
Sublime AlignTab Shortcut: Right align on first word (or first whitespace if no word found)
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
// Sublime Package: AlignTab | |
// Feature spec alignment | |
{ | |
"keys": ["command+shift+a"], "command": "align_tab", | |
"args" : {"user_input" : "^\\s+[\\w]*/rrl"} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment