[PR #8656] Move Tab Switcher mode handling into CommandPalette #27269

Open
opened 2026-01-31 09:20:58 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/microsoft/terminal/pull/8656

State: closed
Merged: Yes


A part of the #8415.
Includes:

  • Moving TabSwitcherMode related decisions into CommandPalette
    (simplifying the logic of TerminalPage::SelectNextTab)
  • Fix a bug where the index of first tab switch is incorrect
    (since bindings are not updated)
  • Removing redundant CommandPalette updates
  • Preparations for tabs binding
**Original Pull Request:** https://github.com/microsoft/terminal/pull/8656 **State:** closed **Merged:** Yes --- A part of the #8415. Includes: * Moving `TabSwitcherMode` related decisions into `CommandPalette` (simplifying the logic of `TerminalPage::SelectNextTab`) * Fix a bug where the index of first tab switch is incorrect (since bindings are not updated) * Removing redundant `CommandPalette` updates * Preparations for tabs binding
claunia added the pull-request label 2026-01-31 09:20:58 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#27269