Created
June 28, 2013 15:24
-
-
Save jmnwong/5885520 to your computer and use it in GitHub Desktop.
Makes CTRL-Tab cycle tabs in order for Sublime Text.
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
Put in (Preferences -> Key Bindings - User): | |
{ "keys": ["ctrl+tab"], "command": "next_view" }, | |
{ "keys": ["ctrl+shift+tab"], "command": "prev_view" } |
Thanks a lot!!! 🙏
The default tab settings get me mad since a while....
You never know what tab gonna popup next...
Thanks man. You saved a lot of time.
I love you
Thanks a lot, the "smart scrolling/tabbing" to previous or whatever they were trying to do is so stupid.
Thanks from 2022
Thanks from 2023
THANK YOU! Came here looking for how to disable last recently used tabs in sublime text.
thanks <3
Thanks from 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
My savior. 😍