Skip to content

Instantly share code, notes, and snippets.

@andyeff
Created May 20, 2014 12:08
Show Gist options
  • Save andyeff/70270e5cba3fe72e1394 to your computer and use it in GitHub Desktop.
Save andyeff/70270e5cba3fe72e1394 to your computer and use it in GitHub Desktop.
Sublime Text user keybinds
[
{ "keys": ["ctrl+tab"], "command": "next_view" },
{ "keys": ["ctrl+shift+tab"], "command": "prev_view" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment