Skip to content

Instantly share code, notes, and snippets.

@supermario
Created November 10, 2014 01:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save supermario/5a3b4bac62e92e9c49a3 to your computer and use it in GitHub Desktop.
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)
// 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