New in pre-reease: improved tab selection / switching with Ctrl + Tab
.
#4482
kjk
announced in
Announcements
Replies: 1 comment 1 reply
-
Make scrollable recent opened files in the home tab, additionally it can have chose to be previews like now or detailed list. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
To improve working with large number of tabs,
Ctrl + Tab
andCtrl + Shift + Tab
now shows overlay window with list of tabs.If you just press
Ctrl + Tab
andCtrl + Shift + Tab
on release it acts like before i.e. switches to selected tab.It does have additional capability:
Space
to switch to sticky modeIn sticky mode you can narrow down the list with search, navigate with up / down arrows, select a tab with
Enter
and cancel withEscape
.Another way to select tabs this way is with
Ctrl + K
(command palette) and@
.You can also create a keyboard shortcut for even more direct use e.g.:
This functionality is implemented as commands
CmdNextTabSmart
andCmdPrevTabSmart
.If you prefer old behavior, without the overlay window, you can use
Shortcuts
advanced setting:You really have to try it to experience it. Here's how it looks in actions:
Available in latest pre-release build.
Beta Was this translation helpful? Give feedback.
All reactions