Created
August 19, 2016 18:40
-
-
Save coladarci/1a590697eb75294924493836511d6256 to your computer and use it in GitHub Desktop.
Greg's key bindings
This file contains hidden or 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": ["ctrl+alt+super+q"], | |
"command": "bh_key", | |
"args": | |
{ | |
"lines" : true, | |
"plugin": | |
{ | |
"type": ["single_quote", "double_quote", "py_single_quote", "py_double_quote"], | |
"command": "bh_modules.swapquotes" | |
} | |
} | |
}, | |
{ | |
"keys": ["ctrl+alt+super+a"], | |
"command": "alignment" | |
}, | |
{ "keys": ["command+shift+\\"], "command": "reveal_in_side_bar"}, | |
{ "keys": ["command+shift+a"], "command": "align_tab", "args" : { "user_input" : ":/l0l1f" }}, | |
{ "keys": ["command+shift+equals"], "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