Skip to content

Instantly share code, notes, and snippets.

@nicolasembleton
Forked from cbednarski/gist:4555141
Last active April 8, 2018 02:02
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save nicolasembleton/d658c43db3856471ae6a to your computer and use it in GitHub Desktop.
Save nicolasembleton/d658c43db3856471ae6a to your computer and use it in GitHub Desktop.
Update Sublime Text 2+ Key Mapping to circle tabs in their window order
[
{ "keys": ["ctrl+shift+t"], "command": "open_terminal_project_folder" },
{ "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