Skip to content

Instantly share code, notes, and snippets.

@adis-io
Created October 17, 2016 02:37
Show Gist options
  • Save adis-io/d9ceebab7934179a95707d057181be4b to your computer and use it in GitHub Desktop.
Save adis-io/d9ceebab7934179a95707d057181be4b to your computer and use it in GitHub Desktop.
[
{
"keys": ["command+enter"],
"command": "delete_trailing_spaces"
},
{
"keys": ["command+shift+/"],
"command": "reveal_in_side_bar"
},
{
"keys": ["command+;"],
"command": "bh_key",
"args":
{
"no_outside_adj": true,
"lines" : true,
"plugin":
{
"type": ["__all__"],
"command": "bh_modules.bracketselect",
"args": {"select": "left", "alternate": true}
}
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment