Skip to content

Instantly share code, notes, and snippets.

@purefan
Created September 24, 2014 06:57
Show Gist options
  • Save purefan/335626db8cf739c9cd08 to your computer and use it in GitHub Desktop.
Save purefan/335626db8cf739c9cd08 to your computer and use it in GitHub Desktop.
Sublime natural tab order
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