Preview, nextTab, prevTab. default bindings? #10486

Closed
opened 2026-01-31 02:22:55 +00:00 by claunia · 8 comments
Owner

Originally created by @vefatica on GitHub (Sep 4, 2020).

Environment

Microsoft Windows 10 Pro for Workstations
10.0.18363.1016 (1909)
Windows Terminal Preview 1.3.2382.0

Windows build number: [run `[Environment]::OSVersion` for powershell, or `ver` for cmd]
Windows Terminal version (if applicable):

Any other software?

Steps to reproduce

With more than one tab open, press Ctrl-Tab or Ctrl-Shift-Tab.

Expected behavior

As documented, nextTab or prevTab

Actual behavior

Either gives tabSearch.

Originally created by @vefatica on GitHub (Sep 4, 2020). <!-- 🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨 I ACKNOWLEDGE THE FOLLOWING BEFORE PROCEEDING: 1. If I delete this entire template and go my own path, the core team may close my issue without further explanation or engagement. 2. If I list multiple bugs/concerns in this one issue, the core team may close my issue without further explanation or engagement. 3. If I write an issue that has many duplicates, the core team may close my issue without further explanation or engagement (and without necessarily spending time to find the exact duplicate ID number). 4. If I leave the title incomplete when filing the issue, the core team may close my issue without further explanation or engagement. 5. If I file something completely blank in the body, the core team may close my issue without further explanation or engagement. All good? Then proceed! --> <!-- This bug tracker is monitored by Windows Terminal development team and other technical folks. **Important: When reporting BSODs or security issues, DO NOT attach memory dumps, logs, or traces to Github issues**. Instead, send dumps/traces to secure@microsoft.com, referencing this GitHub issue. If this is an application crash, please also provide a Feedback Hub submission link so we can find your diagnostic data on the backend. Use the category "Apps > Windows Terminal (Preview)" and choose "Share My Feedback" after submission to get the link. Please use this form and describe your issue, concisely but precisely, with as much detail as possible. --> # Environment Microsoft Windows 10 Pro for Workstations 10.0.18363.1016 (1909) Windows Terminal Preview 1.3.2382.0 ```none Windows build number: [run `[Environment]::OSVersion` for powershell, or `ver` for cmd] Windows Terminal version (if applicable): Any other software? ``` # Steps to reproduce With more than one tab open, press Ctrl-Tab or Ctrl-Shift-Tab. <!-- A description of how to trigger this bug. --> # Expected behavior As documented, nextTab or prevTab <!-- A description of what you're expecting, possibly containing screenshots or reference material. --> # Actual behavior Either gives tabSearch. <!-- What's actually happening? -->
claunia added the Needs-TriageNeeds-Tag-Fix labels 2026-01-31 02:22:55 +00:00
Author
Owner

@DHowett commented on GitHub (Sep 4, 2020):

Set useTabSwitcher to false if you don’t want the new tab switcher experience.

@DHowett commented on GitHub (Sep 4, 2020): Set `useTabSwitcher` to false if you don’t want the new tab switcher experience.
Author
Owner

@DHowett commented on GitHub (Sep 4, 2020):

(This is called out in the release notes, which are handcrafted for every single release so preview users know what they are previewing.)

@DHowett commented on GitHub (Sep 4, 2020): (This is called out in the release notes, which are handcrafted for every single release so preview users know what they are previewing.)
Author
Owner

@vefatica commented on GitHub (Sep 4, 2020):

The documentation and the release notes give contradictory information.

@vefatica commented on GitHub (Sep 4, 2020): The documentation and the release notes give contradictory information.
Author
Owner

@DHowett commented on GitHub (Sep 4, 2020):

It would be helpful if you would point out how they are contradictory! That’s the only way we’ll be able to fix it...

@DHowett commented on GitHub (Sep 4, 2020): It would be helpful if you would point out how they are contradictory! That’s the only way we’ll be able to fix it...
Author
Owner

@vefatica commented on GitHub (Sep 4, 2020):

https://docs.microsoft.com/en-us/windows/terminal/customize-settings/key-bindings ("Tab Search (Preview)" section) says tabSearch is not bound.

https://github.com/microsoft/terminal/releases says it's bound to nextTab and prevTab.

@vefatica commented on GitHub (Sep 4, 2020): https://docs.microsoft.com/en-us/windows/terminal/customize-settings/key-bindings ("Tab Search (Preview)" section) says tabSearch is not bound. https://github.com/microsoft/terminal/releases says it's bound to nextTab and prevTab.
Author
Owner

@DHowett commented on GitHub (Sep 4, 2020):

I mean... the release notes say that next/prevTab will now display an ephemeral tab switching UI. They also go on to say that there is a separate action, tabSearch, that can be bound. The binding hasn’t changed, and they do not open tabSearch.

@DHowett commented on GitHub (Sep 4, 2020): I mean... the release notes say that next/prevTab will now display an ephemeral tab switching UI. They also go on to say that _there is a separate action, tabSearch, that can be bound._ The binding hasn’t changed, and they do not open tabSearch.
Author
Owner

@DHowett commented on GitHub (Sep 4, 2020):

(The ephemeral tab switching UI and the tab search feature use the same list, but they are intentionally distinct UI surfaces.)

@DHowett commented on GitHub (Sep 4, 2020): (The ephemeral tab switching UI and the tab search feature use the same list, but they are intentionally distinct UI surfaces.)
Author
Owner

@vefatica commented on GitHub (Sep 4, 2020):

Then the discrepancy is here:

image

versus

image

@vefatica commented on GitHub (Sep 4, 2020): Then the discrepancy is here: ![image](https://user-images.githubusercontent.com/61856645/92193983-9b0aa700-ee37-11ea-9697-45684ba9bd36.png) versus ![image](https://user-images.githubusercontent.com/61856645/92194035-b5dd1b80-ee37-11ea-8582-416868502770.png)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#10486