Skip to content

Main menu & command palette

AgentMux groups global actions into two surfaces:

  • The hamburger menu (≡) at the start of the top tab bar — mouse-friendly, organized by category.
  • The command palette (Ctrl+P / ⌘P) — keyboard-driven, searchable list of every registered command.

Click the three-line icon at the start of the tab bar. Items, top to bottom:

ItemShortcutWhat it does
Command PaletteCtrl+P / ⌘POpens the command palette (see below).
New TabCtrl+T / ⌘TAdds a new tab to the current window.
New WindowCtrl+Shift+N / ⌘⇧NOpens a second AgentMux window — fully isolated tabs/state from the first. See Running multiple instances.
ThemeSubmenu listing the available color themes. Selection persists via window:theme in settings.json.
OpacitySubmenu of preset levels (35% – 100%). Below 100%, the window becomes translucent. Per-window override is in the InstancePanel.
HelpOpens the in-app Help pane (a quick reference).
SettingsOpens settings.json in your default editor — same as picking Settings from the command palette. See Settings reference.
ExitCloses the current window (not the whole app — other windows stay open).

The Theme and Opacity submenus check-mark the currently active value, so you can see at a glance what you’re on.

Press Ctrl+P (Windows/Linux) or ⌘P (macOS) from anywhere to open the palette. Type to filter, arrow keys to navigate, Enter to run.

Registered commands are grouped by category:

CategoryCommands
OpenOpen Terminal, Open Agent, Open System Info, Open Help, Open Swarm
SplitSplit Right, Split Left, Split Down, Split Up
WindowNew Window, Close Window, Minimize Window, Toggle Maximize
TabNew Tab, Close Tab, Next Tab, Previous Tab
PaneClose Pane, Toggle Magnify, Focus Pane Right / Left / Up / Down
DevToggle DevTools, Restart Backend, Open Settings File

The palette is not exhaustive — most navigation shortcuts (Connect Remote, Settings UI, Focus Block N, raw tab-switching, etc.) are reachable only via keybindings, not from the palette.

The hamburger menu is the discoverable surface — open it once and you know what’s in there. The command palette is the speed surface — once you know the command name, typing two or three letters and hitting Enter is faster than menu-and-mouse.

If you find yourself wanting an action from the palette that isn’t there, file an issue — the registry is small enough that adding new commands is straightforward.