Skip to content

Keybindings & command palette

Command palette

Press Mod+K (⌘K on macOS, Ctrl+K elsewhere) to open the command palette. Fuzzy-search across:

  • actions — Run, New session, Source control, Checkpoint now, Plugin Hub, Insert a skill, Remote control, Settings, Toggle terminal/browser/git, Refresh git, Cycle approval mode…
  • project scripts — anything defined in your project's setup config.
  • sessions — jump to any session.

Each command shows its keyboard shortcut (from the live keymap) on the right. Arrow keys to move, Enter to run, Esc to close.

Default keybindings

"Mod" is ⌘ on macOS, Ctrl elsewhere. Every action in the app has a binding — there are no keys that silently do nothing.

Prompt

ActionShortcut
Run promptMod+Enter
Cancel turnMod+.
Open skill picker (/)Mod+/
Focus editorMod+E
Expand document to full heightMod+Shift+E

Sessions

ActionShortcut
New sessionMod+N
Previous sessionMod+Alt+↑
Next sessionMod+Alt+↓

Panels

ActionShortcut
Toggle terminalMod+J
Toggle browserMod+B
Toggle git panelMod+Shift+B
Close side panelEsc

Open

ActionShortcut
Command paletteMod+K
Source controlMod+Shift+G
Plugin HubMod+Shift+M
Browse workspace filesMod+P
Search workspace contentsMod+Shift+F
Issues (GitHub / Linear)Mod+Shift+I
UsageMod+Shift+U
SettingsMod+,

Other

ActionShortcut
Cycle approval modeMod+Shift+P
Refresh git statusMod+G

Shortcut hints in tooltips, the command palette, and the composer are read from the live keymap — rebind a key and the hint updates everywhere.

Customizing

Open Settings (Mod+,). Actions are grouped (Prompt, Sessions, Panels, Open, Modes) with their current shortcut. Click a shortcut, then press the new chord to rebind it; press Esc while capturing to cancel, or the button to restore a default. If two actions share a chord, both are flagged as a conflict. Changes are saved to ~/.config/codetwo/keymap.json (a data dir on your platform) and layered over the defaults, so untouched actions keep theirs.

The keymap lives in the shared core, so it stays consistent across surfaces.

Apache-2.0 licensed.