Sublime Forum

Cmd+tab (win: alt+tab) for tabs

#1

Hi,
I see myself switching between tabs quite often. In most cases those are only two tabs.

When switching between apps there’s cmd+tab (win: alt+tab) to switch to the most recently used app.

most-recent-stack state:

app1 app2 app3 app4

use cmd+tab

new state:

app2 app1 app3 app4

use cmd+tab again

new state:

app1 app2 app3 app4

use cmd+tab twice

new state:

app3 app1 app2 app4

I really want this behaviour for tabs as well, so that I easily can switch to the most recently used tabs.

I know there’s ctrl+tab (and ctrl+shift+tab for the reverse) but this depends on the order of the tabs which is not what I need.

Is there something out there? A plugin perhaps?

0 Likes

#2

It should do this by default:

{ "keys": "ctrl+tab"], "command": "next_view_in_stack" }, { "keys": "ctrl+shift+tab"], "command": "prev_view_in_stack" },

0 Likes

#3

Thanks facepalm

I was not thinking of using the command with letting the keys up in between. doh

Than’s great, thanks. Exactly what I need.

0 Likes