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. Use the visible menus and in-product hints as the final source of truth for your build.

Workspace navigation

ShortcutAction
Cmd+B / Ctrl+BToggle the left sidebar.
Cmd+N / Ctrl+NOpen or close the active pane composer.
Cmd+Shift+E / Ctrl+Shift+EToggle the editor surface.
Cmd+Shift+T / Ctrl+Shift+TToggle the tasks surface.
Cmd+Shift+A / Ctrl+Shift+AToggle Agent Teams.
Cmd+Shift+H / Ctrl+Shift+HToggle workspace home.
Ctrl+BacktickReturn to the terminal workspace.
Cmd+Shift+K / Ctrl+Shift+KToggle QA where available.

Agent launch

ShortcutAction
Ctrl+1 through Ctrl+9Launch the installed agents shown in the workspace home or agent shortcut list.

Agent launch uses Ctrl on macOS too. Cmd+1 through Cmd+9 is reserved for tab switching in the terminal workspace on macOS.

Terminal panes and tabs

ShortcutAction
Cmd+T / Ctrl+TNew terminal tab.
Cmd+W / Ctrl+WClose the active terminal pane or tab.
Cmd+DSplit the active pane to the right on macOS.
Cmd+Shift+DSplit the active pane down on macOS.
Cmd+1 through Cmd+9Switch terminal workspace tabs on macOS.
Cmd+Y / Ctrl+YStart a worktree where available.
Cmd+Shift+Y / Ctrl+Shift+YConfigure worktree scripts where available.
Cmd+F / Ctrl+FSearch the active terminal pane.
Cmd+KClear the active terminal pane on macOS.

Terminal text editing

Coldtea forwards common editing shortcuts into the PTY:

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

Embedded editor

Coldtea mirrors editor shortcuts that the desktop webview may otherwise steal from the embedded editor.

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.

Selection and comments

ShortcutAction
Cmd+Shift+Click / Ctrl+Shift+ClickAdd a comment where you click in terminal or editor context.
Cmd+Option+M / Ctrl+Alt+MAdd a comment on the current selection.
Cmd+Enter / Ctrl+EnterSave a plan review comment 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.
  • The embedded editor or terminal app did not handle it first.
  • Your OS or another app has not claimed the same shortcut.

Next: workspace tour or troubleshooting.

On this page