Skip to content

Instantly share code, notes, and snippets.

@tommymarshall
Created June 24, 2014 18:59
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 tommymarshall/dbb86c1b9c7a6b2025ea to your computer and use it in GitHub Desktop.
Save tommymarshall/dbb86c1b9c7a6b2025ea to your computer and use it in GitHub Desktop.
binds for aligning :, =, and =>
{
"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