Skip to content

Instantly share code, notes, and snippets.

@jmnwong
Created June 28, 2013 15:24
Show Gist options
  • Star 41 You must be signed in to star a gist
  • Fork 5 You must be signed in to fork a gist
  • Save jmnwong/5885520 to your computer and use it in GitHub Desktop.
Save jmnwong/5885520 to your computer and use it in GitHub Desktop.
Makes CTRL-Tab cycle tabs in order for Sublime Text.
Put in (Preferences -> Key Bindings - User):
{ "keys": ["ctrl+tab"], "command": "next_view" },
{ "keys": ["ctrl+shift+tab"], "command": "prev_view" }
@kissu
Copy link

kissu commented Jan 18, 2020

My savior. 😍

@noiwid
Copy link

noiwid commented Jul 29, 2020

Thanks a lot!!! 🙏
The default tab settings get me mad since a while....
You never know what tab gonna popup next...

@rajat-madaan
Copy link

Thanks man. You saved a lot of time.

@JoshKou
Copy link

JoshKou commented Jun 24, 2021

I love you

@leet0rz
Copy link

leet0rz commented Feb 13, 2022

Thanks a lot, the "smart scrolling/tabbing" to previous or whatever they were trying to do is so stupid.

@richardhttps
Copy link

Thanks from 2022

@salzig
Copy link

salzig commented Feb 10, 2023

Thanks from 2023

@Saba-Sabato
Copy link

THANK YOU! Came here looking for how to disable last recently used tabs in sublime text.

@SotoAugusto
Copy link

thanks <3

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