-
Notifications
You must be signed in to change notification settings - Fork 0
Broadcast Mode
nick3 edited this page May 28, 2026
·
1 revision
Type once, send to every visible terminal pane. Useful for running the same command on a fleet of SSH boxes, restarting a service everywhere, or kicking off the same build in N branches.
Ctrl+B |
Toggle broadcast mode |
| Status bar → Broadcast button | Visual toggle |
| Command palette → "broadcast" | Same |
When broadcast is ON, the status bar shows a prominent indicator and every terminal pane gets a colored border (warning you that your keystrokes will fan out).
Every keystroke you make in any focused terminal pane is replayed to every other terminal pane in the current workspace. Browser panes, AI chat, and dialogs are unaffected.
Backspace, Enter, tab completion — they all fan out. So does paste content (bracketed-paste-safe).
- Browser panes (no terminal input model)
- AI chat panel
- The command palette or any dialog
- Mouse interactions
- Panes in a different workspace
- Open three SSH panes to web-01, web-02, web-03
- Toggle broadcast (
Ctrl+B) - Type
sudo systemctl restart nginxand Enter - Watch all three respond in parallel
- Toggle broadcast off (
Ctrl+B) before doing anything host-specific
-
Sudo prompts — if one host prompts for a password and another doesn't, your password ends up only on one host (the focused one). Broadcast fans out keystrokes, not "wait for prompt then respond" logic. Use SSH key-auth or
sudo -nto avoid prompts. - Different shells — if some panes are zsh and others are bash, completion/escape behavior may diverge. Stick to a homogeneous fleet for broadcast.
- Sensitive data — typing API keys or tokens with broadcast on sends them to every visible pane. Toggle off first.
- Terminal-Panes — terminal pane basics
- SSH-and-tmux — the typical use case (multiple SSH hosts)
- Keyboard-Shortcuts — every hotkey
ClusterSpace · Issues · Releases · MIT License · Edit any page via the Edit button (top right of the wiki).
- Workspaces-and-Layout
- Terminal-Panes
- Per-Pane-Tabs
- SSH-and-tmux
- Browser-Panes
- Saved-Logins
- Command-Palette
- Broadcast-Mode
- Settings-and-Configuration
- AI-Overview
- AI-Providers
- AI-Chat-Panel
- AI-Tools-Reference
- Personas
- Skills
- Task-Templates
- Agent-Orchestration
- Fleet-Dashboard
- Goal-Runner-Overview
- Starting-a-Goal
- Success-Criteria
- Goal-Policy-and-Risk-Levels
- Critic-and-Replan
- Vision-Verification
- Goal-Dashboard