Skip to content

Instantly share code, notes, and snippets.

@intfrr
Forked from jmnwong/ST2 Cycle Tabbing
Created July 5, 2018 20:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save intfrr/bb2b62a7b6c9d87ea61511152c893bd1 to your computer and use it in GitHub Desktop.
Save intfrr/bb2b62a7b6c9d87ea61511152c893bd1 to your computer and use it in GitHub Desktop.
Makes CTRL-Tab cycle tabs in order for Sublime Text.
Put in (Preferences -> Key Bindings - User):
{ "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