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" }
]
@kenjura

kenjura commented Apr 2, 2014

Copy link
Copy Markdown

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

@iholler

iholler commented May 9, 2014

Copy link
Copy Markdown

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

ZaphodBox commented Oct 25, 2017

Copy link
Copy Markdown

thanks a lot 👍

@dzzonii

dzzonii commented Dec 4, 2017

Copy link
Copy Markdown

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