Skip to content

Instantly share code, notes, and snippets.

@tommymarshall
Last active April 26, 2020 01:04
  • Star 9 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save tommymarshall/9a1525bc79508ef9ec6e to your computer and use it in GitHub Desktop.
Custom User Bindings for using AlignTab with ='s, =>'s, and :'s in Sublime Text
[
{
"keys": ["control+alt+;"], "command": "align_tab",
"args" : {
"user_input" : ":/f"
}
},
{
"keys": ["control+alt+="], "command": "align_tab",
"args" : {
"user_input" : "=/f"
}
},
{
"keys": ["control+alt+."], "command": "align_tab",
"args" : {
"user_input" : "=>/f"
}
}
]
@jwebcat
Copy link

jwebcat commented Jan 16, 2015

BRO!!!!

you just made me jump for joy. This is even better than what I was thinking of.

Thanks a million 😺

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment