Skip to content

Instantly share code, notes, and snippets.

@chrisdroukas
Created December 14, 2012 15:46
Show Gist options
  • Select an option

  • Save chrisdroukas/4286366 to your computer and use it in GitHub Desktop.

Select an option

Save chrisdroukas/4286366 to your computer and use it in GitHub Desktop.
Chrome-style tab switching in Sublime Text 2
[
{ "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