Skip to content

Instantly share code, notes, and snippets.

@nkatzman
Created December 7, 2017 03:29
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 nkatzman/517f39b9114aa995a01f510ea7da3c2a to your computer and use it in GitHub Desktop.
Save nkatzman/517f39b9114aa995a01f510ea7da3c2a to your computer and use it in GitHub Desktop.
Sublime Key Bindings
[
{ "keys": ["ctrl+s","right"], "command": "focus_neighboring_group" },
{ "keys": ["ctrl+s", "left"], "command": "focus_neighboring_group", "args": {"forward": false} },
{ "keys": ["ctrl+s", "x"], "command": "close_pane" },
{ "keys": ["ctrl+s", "|"], "command": "new_pane" },
{ "keys": ["ctrl+s", "-"], "command": "new_pane", "args": {"move": false} },
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment