Skip to content

Instantly share code, notes, and snippets.

@giovaneliberato
Created March 10, 2015 17:28
Show Gist options
  • Save giovaneliberato/737d9681a32bff5249db to your computer and use it in GitHub Desktop.
Save giovaneliberato/737d9681a32bff5249db to your computer and use it in GitHub Desktop.
Sublime shortcuts
[
{ "keys": ["alt+a"], "command": "toggle_side_bar" },
{ "keys": ["ctrl+tab"], "command": "next_view" },
{ "keys": ["ctrl+shift+tab"], "command": "prev_view" },
{ "keys": ["alt+left"], "command": "focus_group", "args": { "group": 0 } },
{ "keys": ["alt+right"], "command": "focus_group", "args": { "group": 1 } },
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment