Skip to content

Instantly share code, notes, and snippets.

@jmnwong
Created June 28, 2013 15:24
Show Gist options
  • Select an option

  • Save jmnwong/5885520 to your computer and use it in GitHub Desktop.

Select an option

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" }
@rajat-madaan

Copy link
Copy Markdown

Thanks man. You saved a lot of time.

@JoshKou

JoshKou commented Jun 24, 2021

Copy link
Copy Markdown

I love you

@leet0rz

leet0rz commented Feb 13, 2022

Copy link
Copy Markdown

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

@richardhttps

Copy link
Copy Markdown

Thanks from 2022

@salzig

salzig commented Feb 10, 2023

Copy link
Copy Markdown

Thanks from 2023

@Saba-Sabato

Copy link
Copy Markdown

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

@SotoAugusto

Copy link
Copy Markdown

thanks <3

@HanChangHun

Copy link
Copy Markdown

Thanks from 2024

@Programen9

Copy link
Copy Markdown

Goated

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