Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save grahamlicence/7134356 to your computer and use it in GitHub Desktop.
Save grahamlicence/7134356 to your computer and use it in GitHub Desktop.
Preferences.sublime-keymap
[
{ "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