Skip to content

Instantly share code, notes, and snippets.

@MarioSo
Created November 18, 2016 17:04
Show Gist options
  • Select an option

  • Save MarioSo/061efa649346d2e6edc296d72c9fb6ce to your computer and use it in GitHub Desktop.

Select an option

Save MarioSo/061efa649346d2e6edc296d72c9fb6ce to your computer and use it in GitHub Desktop.
Sublime Text Key Bindings
[
{ "keys": ["ctrl+h"], "command": "unindent" },
{ "keys": ["ctrl+l"], "command": "indent" },
{ "keys": ["ctrl+k"], "command": "swap_line_up" },
{ "keys": ["ctrl+j"], "command": "swap_line_down" },
{ "keys": ["command+b"], "command": "extended_switcher", "args": {"list_mode": "window"} },
{ "keys": ["ctrl+command+b"], "command": "extended_switcher", "args": {"list_mode": "active_group"} },
{ "keys": ["ctrl+e"], "command": "goto_definition" },
{ "keys": [":", "v", "s", "p"], "command": "create_pane", "args": {"direction": "right", "give_focus": true} },
{ "keys": [":", "b", "d"], "command": "destroy_pane", "args": {"direction": "self"} }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment