New in pre-release: move tabs left / right with Ctrl + Shift + PageUp / PageDown #4459
kjk
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
You can now move tabs with a keyboard like in Chrome.
Use
Ctrl + Shift + PageUp
to move current tab right.Use
Ctrl + Shift + PageDown
to move current tab left.This is in addition to existing
Ctrl + PageUp
andCtrl + PageDown
for selecting next / previous tab.This is implemented as
CmdMoveTabLeft
andCmdMoveTabRight
commands so you can assign custom keyboard shortcuts for them or invoke fromCtrl + K
command palette.Requested in #4201
Available in latest pre-release build.
Beta Was this translation helpful? Give feedback.
All reactions