Skip to content

Instantly share code, notes, and snippets.

@cbednarski
Created January 17, 2013 10:37
Show Gist options
  • Select an option

  • Save cbednarski/4555141 to your computer and use it in GitHub Desktop.

Select an option

Save cbednarski/4555141 to your computer and use it in GitHub Desktop.
Sublime Text keymap, which fixes the really annoying Ctrl+Tab order behavior
[
{ "keys": ["ctrl+shift+t"], "command": "open_terminal_project_folder" },
{ "keys": ["ctrl+tab"], "command": "next_view" },
{ "keys": ["ctrl+shift+tab"], "command": "prev_view" }
]
@dzzonii
Copy link

dzzonii commented Dec 4, 2017

Thank you so much! Worst feature on Sublime ever.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment