Skip to content

Instantly share code, notes, and snippets.

@jmnwong
Created June 28, 2013 15:24
Show Gist options
  • 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" }
@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