Reference

Shortcuts

Shortcuts depend on focus. A key can be handled by the app shell, the active terminal, the embedded editor, the operating system, or a modal. Click the surface you want first.

Some shortcuts are macOS only, and a few use Ctrl on every platform. Both are called out below.

Workspace navigation

Navigation shortcuts use Cmd on macOS and Ctrl on Windows and Linux.

ShortcutAction
Cmd+Shift+H / Ctrl+Shift+HGo to workspace home.
Cmd+Shift+T / Ctrl+Shift+TGo to tasks.
Cmd+Shift+E / Ctrl+Shift+EToggle the editor.
Cmd+Shift+B / Ctrl+Shift+BGo to the browser.
Cmd+Shift+A / Ctrl+Shift+AGo to Agent Teams.
Cmd+Shift+K / Ctrl+Shift+KGo to Matcha QA.
Ctrl+BacktickReturn to the terminal workspace.
Cmd+B / Ctrl+BToggle the left sidebar.

Ctrl+Backtick uses Ctrl on every platform.

Zoom

ShortcutAction
Cmd+= / Ctrl+=Zoom in.
Cmd+- / Ctrl+-Zoom out.
Cmd+0 / Ctrl+0Reset zoom.

Global summon hotkey

Coldtea can register one system-wide hotkey to show or hide the main window. It has no built-in default: you record the combination you want in Settings → Features. The recorder needs at least one modifier.

Agent launch

ShortcutAction
Ctrl+1 through Ctrl+9Launch the installed agent at that position on workspace home.

Agent launch uses Ctrl on macOS too. On macOS, Cmd+1 through Cmd+9 is reserved for tab switching, so the two intentionally differ.

Panes and tabs

ShortcutAction
Cmd+N / Ctrl+NOpen or close the composer for a new pane.
Cmd+T / Ctrl+TNew terminal tab.
Cmd+W / Ctrl+WClose the active pane or tab.
Cmd+DSplit the active pane to the right (macOS only).
Cmd+Shift+DSplit the active pane down (macOS only).
Cmd+1 through Cmd+9Switch workspace tabs (macOS only).

There is no keyboard shortcut for splitting up; use the pane context menu for that. Split shortcuts and tab switching are macOS only.

Worktrees

ShortcutAction
Cmd+Y / Ctrl+YStart a worktree from the active pane.
Cmd+Shift+Y / Ctrl+Shift+YConfigure worktree scripts.

Terminal

ShortcutAction
Cmd+F / Ctrl+FSearch the active terminal pane.
Cmd+KClear the active terminal pane (macOS only).

Coldtea also forwards common line-editing shortcuts into the terminal:

ShortcutAction
Shift+EnterSend an alternate newline sequence.
Shift+BackspaceDelete the previous word.
Cmd+BackspaceDelete back to the start of the line (macOS).
Cmd+Left / Cmd+RightMove to start or end of line (macOS).
Option+Left / Option+RightMove by word (macOS).
Ctrl+Left / Ctrl+RightMove by word (Windows).

Embedded editor

These editor shortcuts apply when the editor has focus.

ShortcutAction
Cmd+N / Ctrl+NNew file.
Cmd+P / Ctrl+PGo to file.
Cmd+S / Ctrl+SSave.
Cmd+F / Ctrl+FFind.
Cmd+Shift+P / Ctrl+Shift+PCommand palette.
Cmd+Z / Ctrl+ZUndo.
Cmd+Shift+Z / Ctrl+Shift+ZRedo.
Cmd+X/C/V/A / Ctrl+X/C/V/ACut, copy, paste, select all.

Comments and annotations

ShortcutAction
Cmd+Option+M / Ctrl+Alt+MAdd a comment on the current selection.
Cmd+Shift+Click / Ctrl+Shift+ClickAdd a comment where you click in the terminal, editor, or browser.
Cmd+Enter / Ctrl+EnterSave a comment or plan-review draft.
EscapeClose many modals, popovers, and selection modes.

If a shortcut does nothing

Check:

  • The target pane has focus.
  • A modal, popover, or agent prompt is not capturing input.
  • The shortcut is available on your platform. Split, tab switching, and clear terminal are macOS only.
  • The embedded editor or terminal app did not handle it first.
  • Your OS or another app has not claimed the same shortcut.

Next: troubleshooting.

On this page