Skip to content

Instantly share code, notes, and snippets.

@coladarci
Created August 19, 2016 18:40
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 coladarci/1a590697eb75294924493836511d6256 to your computer and use it in GitHub Desktop.
Save coladarci/1a590697eb75294924493836511d6256 to your computer and use it in GitHub Desktop.
Greg's key bindings
[
{
"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