Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Arc0re/be04e9084f96eb755565ea9b8fc1e84f to your computer and use it in GitHub Desktop.
Save Arc0re/be04e9084f96eb755565ea9b8fc1e84f 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"
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment