-
Notifications
You must be signed in to change notification settings - Fork 9.2k
Feature Request: Focus Next Bell Tab - Navigate to tabs with bell indicators #19788
Copy link
Copy link
Open
Copy link
Labels
Area-UserInterfaceIssues pertaining to the user interface of the Console or TerminalIssues pertaining to the user interface of the Console or TerminalInclusionBacklogAccessibility trackingAccessibility trackingInclusionBacklog-Windows TerminalWin32Accessibility trackingAccessibility trackingIssue-FeatureComplex enough to require an in depth planning process and actual budgeted, scheduled work.Complex enough to require an in depth planning process and actual budgeted, scheduled work.Priority-3A description (P3)A description (P3)Product-TerminalThe new Windows Terminal.The new Windows Terminal.
Milestone
Metadata
Metadata
Assignees
Labels
Area-UserInterfaceIssues pertaining to the user interface of the Console or TerminalIssues pertaining to the user interface of the Console or TerminalInclusionBacklogAccessibility trackingAccessibility trackingInclusionBacklog-Windows TerminalWin32Accessibility trackingAccessibility trackingIssue-FeatureComplex enough to require an in depth planning process and actual budgeted, scheduled work.Complex enough to require an in depth planning process and actual budgeted, scheduled work.Priority-3A description (P3)A description (P3)Product-TerminalThe new Windows Terminal.The new Windows Terminal.
Type
Projects
Status
Spec Needed ❓
Feature Request: Focus Next Bell Tab
The Problem
When multiple tabs have bell indicators, there's no way to quickly navigate to them.
Windows Terminal already shows a 🔔 icon on tabs when processes output a bell character (
\a). However, with many tabs open, users must visually scan all tabs to find which ones are signaling for attention.Why This Matters: Background Processes & AI Agents
Modern terminal workflows involve running multiple background processes:
When 3 different tabs bell while you're focused elsewhere, you need a quick way to cycle through them.
Prior Art
tmux
iTerm2
VS Code Terminal
Proposed Solution
Add a new action
focusBellTabthat:BellIndicator == trueUsage
Or via Command Palette: "Focus next bell tab"
Use Case Flow
Implementation
I have a working implementation ready (~40 lines of code):
FocusBellTabinAllShortcutActions.hAppActionHandlers.cppiterates tabs checkingTabStatus().BellIndicator()Ctrl+Shift+Bindefaults.jsonResources.reswPR incoming - will link shortly.
Related
nextTab/prevTabactionsEnvironment: Windows 11, Windows Terminal 1.21+