Docs / Command palette

⌘K reaches everything.

The command palette is the hub: a fuzzy-filtered list of every command, plus jump-to-tab and move-pane-to-tab entries generated from your current layout. The big overlays — usage, git history, themes, settings — all live behind it.

Commands

Agent Mode / Default ModeSwitch the active tab’s layout mode
New Terminal⌘T
Split Pane⌘D
Close Pane⌘W
Move Pane to New TabBreak the focused pane out
Rename TabOverride the automatic branch/dir title
Add / Edit / Clear Pane NoteAnnotate the focused pane
Toggle SidebarHide or show the tab & agent tree
Usage ReviewFull-screen usage overlay
Git GraphFull-screen history overlay
Worktrees…⌘⇧W
Theme EditorPick and tweak the color theme
SettingsThe full settings overlay
Start / Stop Remote ListenerThe iOS remote bridge
Toggle NotchShow or hide the Quorum notch

The list also grows dynamic rows: Jump to Tab and Move Pane to Tab entries for each open tab, labeled the way the tab bar labels them. Long lists scroll inside the panel.

Usage Review

A full-screen accounting of your agent usage, rendered from the same quorum-usagecrate the notch's usage meter uses — so the terminal overlay and the notch always show identical numbers, read locally from the Claude Code and Codex data directories.

Git Graph

An interactive, GitUp-inspired repository graph: history laid out in swim-lanes, one column per active branch, covering a ~2,000-commit window. It shells out to the git CLI rather than linking libgit2 — keeping the crate pure Rust — and parses off the event loop, so the overlay opens instantly even in big repos.

Theme Editor

Live theme switching across seven built-ins, with per-color TOML overrides on top. Theme choice is shared with the Quorum settings app through ~/.quorum/terminal-theme.json — change it in either place and both follow.

Settings

An in-terminal mirror of the entiremacOS QuorumSettings app — General, Keyboard Shortcuts, Planning, Browser Patterns, Data & Privacy, and About. Both surfaces read and write the same files under ~/.quorum/, so the on-disk state is the single source of truth and changes propagate both ways.

  • Every chord is rebindable from Keyboard Shortcuts.
  • Data & Privacy shows exactly which local files are read.