OpenCockpitOpenCockpit
Reference

Keyboard Shortcuts

Every keyboard shortcut Cockpit recognises, in one table. On macOS use Cmd; on Linux and Windows use Ctrl.

Global

ShortcutAction
Cmd+1Switch to Agent panel (chat)
Cmd+2Switch to Explorer panel (files)
Cmd+3Switch to Console panel (terminal / bubbles)

Files & code (Explorer)

ShortcutAction
Cmd+PQuick file open — fuzzy search the project
Cmd+FFind inside the current file
Cmd+SSave the current file (when in edit mode)
EscClose the file modal / exit Blame view

In the Code Map view:

ShortcutAction
Cmd+KJump to another file or function inside Code Map

Console & bubbles

ShortcutAction
Cmd+MMaximise the focused bubble to fill the Console panel
Cmd+FFind inside a bubble's output
EscExit maximised bubble view

The Console input bar:

ShortcutAction
/ Walk through your recent input history
TabAutocomplete the current input
EnterRun

Chat input

ShortcutAction
EnterSend message
Shift+EnterNew line within the message
Cmd+VPaste — text or image attachments
/ (at start)Open the AI mode / Skills slash menu
! (at start of first line)Treat the first line as a shell command, run it, attach output

Notes editor

ShortcutAction
/Open the formatting slash menu (headings, lists, code blocks, tables, …)
Cmd+VPaste

What there isn't

To save you from looking for things that don't exist:

  • No Cmd+T for new tab — use the + button next to the tab strip.
  • No Cmd+W for close tab — click the × on the tab.
  • No Cmd+K as a global Session Browser shortcut — click the sessions icon in the sidebar instead. Cmd+K is for navigation inside Code Map.
  • No global "command palette" — Cockpit is panel-driven, not palette-driven.
  • No customisable shortcuts — the bindings above are fixed.

Linux / Windows

Everywhere this page says Cmd, the equivalent on Linux and Windows is Ctrl. So Ctrl+P, Ctrl+F, Ctrl+S, Ctrl+M, etc.

Next