Skip to content

Instantly share code, notes, and snippets.

@rqreyes
Created January 23, 2016 04:59
Show Gist options
  • Save rqreyes/9d0f49c847ec75c5cba3 to your computer and use it in GitHub Desktop.
Save rqreyes/9d0f49c847ec75c5cba3 to your computer and use it in GitHub Desktop.
sublime tab cycling
[
{ "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