Created
January 17, 2013 10:37
-
-
Save cbednarski/4555141 to your computer and use it in GitHub Desktop.
Sublime Text keymap, which fixes the really annoying Ctrl+Tab order behavior
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ "keys": ["ctrl+shift+t"], "command": "open_terminal_project_folder" }, | |
{ "keys": ["ctrl+tab"], "command": "next_view" }, | |
{ "keys": ["ctrl+shift+tab"], "command": "prev_view" } | |
] |
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.
thanks a lot 👍
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
Thank you. This is a lifesaver. Not sure what kind of crack the devs were on with that tab order.