Sublime Forum

Reordering tabs with ctrl+shift+pageup/pagedown in ST4

#1

In ST4 we were introduced to Tab Multi Select, but the default keybindings have now removed the ability to reorder tabs via ctrl+shift+pageup/pagedown.

I have not found any command to use to configure this binding manually, and as far as I know there’s no way to unbind these image new bindings to revert to the previous behaviour. Does anyone know of any way?

0 Likes

#2

As far as I can see on ST3, the key binding ctrl + shift + pageup|pagedown was not binded to any command. May be the tab re ordering you are talking about was provided by a different package ?

0 Likes

#3

MoveTab did that.

0 Likes

#4

Oh wow, I was totally under the impression that this was a default behaviour since it’s such a common behaviour. Thanks, I’ll simply look at reconfiguring my keybindings then!

0 Likes

#5

Agree, also think it should be a default function the same way as we can move views between groups.

Hence I’ve implemented this function by matching ST’s core function name and argument scheme.

0 Likes