Skip to content

Instantly share code, notes, and snippets.

@cbednarski
Created January 17, 2013 10:37
Show Gist options
  • Star 21 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save cbednarski/4555141 to your computer and use it in GitHub Desktop.
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" }
]
@kenjura
Copy link

kenjura commented Apr 2, 2014

Thank you. This is a lifesaver. Not sure what kind of crack the devs were on with that tab order.

@iholler
Copy link

iholler commented May 9, 2014

Please excuse my noob-ness. How do you implement that code?
I've been dieing to see a fix for the weird tab ordering behavior. I would greatly appreciate any help you may provide.

Thanks for creating a way to fix it!

[UPDATE] - After, googling it a second time :D

User specified key bindings should be placed in Packages/User/Default.sublime-keymap.

@ZaphodBox
Copy link

ZaphodBox commented Oct 25, 2017

thanks a lot 👍

@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