Last active
April 26, 2020 01:04
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"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
BRO!!!!
you just made me jump for joy. This is even better than what I was thinking of.
Thanks a million 😺