Skip to content

Instantly share code, notes, and snippets.

@mdumrauf
Created June 15, 2015 18:39
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 mdumrauf/6d021e9e51c43d3eabd2 to your computer and use it in GitHub Desktop.
Save mdumrauf/6d021e9e51c43d3eabd2 to your computer and use it in GitHub Desktop.
Key bindings for Sublime Text 3
[
{ "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