Skip to content

Instantly share code, notes, and snippets.

@sliptype
Last active June 6, 2018 21:38
Show Gist options
  • Save sliptype/9abab8b2cfb5c8760a1ee87d602c94f0 to your computer and use it in GitHub Desktop.
Save sliptype/9abab8b2cfb5c8760a1ee87d602c94f0 to your computer and use it in GitHub Desktop.
Sublime Keybindings
[
{ "keys": ["ctrl+tab"], "command": "toggle_side_bar" },
{ "keys": ["U"], "command": "redo", "args": {},
"context": [{"key": "setting.command_mode"}]
},
{ "keys": ["ctrl+h"], "command": "focus_neighboring_group", "args": {"forward": false} },
{ "keys": ["ctrl+l"], "command": "focus_neighboring_group" },
{ "keys": ["ctrl+j"], "command": "next_view_in_stack" },
{ "keys": ["ctrl+k"], "command": "prev_view_in_stack" },
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment