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" | |
} | |
} | |
] |
This comment has been minimized.
This comment has been minimized.
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