Skip to content

Instantly share code, notes, and snippets.

@sachaos
Created September 16, 2014 07:37
Show Gist options
  • Select an option

  • Save sachaos/4edba10ade43ffdcbb16 to your computer and use it in GitHub Desktop.

Select an option

Save sachaos/4edba10ade43ffdcbb16 to your computer and use it in GitHub Desktop.
keybind for sublime text to operate sidebar
{
"keys": ["ctrl+x", "ctrl+j"],
"command": "run_multiple_commands",
"args": {
"commands": [
{"command": "toggle_side_bar", "context": "window"},
{"command": "focus_side_bar", "context": "window"}
]
},
"context": "window"
},
{
"keys": ["enter"],
"command": "toggle_side_bar",
"context": [{"key": "control", "operand": "sidebar_tree"} ]
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment