Skip to content
Terminal > Getting started

Keyboard shortcuts

Every keyboard shortcut in Mel, in one table.


Every action with a binding also lives in the command palette, so ctrl+P is the one shortcut worth memorizing first — type a few letters, hit enter. For a quick in-app reference, ctrl+/ opens a compact cheat-sheet pane, and Settings → Keyboard shortcuts shows the full searchable table.

Mel is cross-platform: the tables show Linux/Windows bindings; on macOS, read ctrl as cmd where noted.

Panes and tabs

ActionShortcut
Split pane rightctrl+D
Split pane downctrl+shift+D
Close pane (last pane closes the tab)ctrl+W
New terminal tab (opens your default tab config if you set one)ctrl+T
Next tabctrl+Tab
Previous tabctrl+shift+Tab
Toggle the sidebar (vertical tabs)ctrl+shift+B

ctrl+T and ctrl+W work even while the prompt is focused. Splitting is held back while you're typing in the prompt so it never fights your input.

ActionShortcut
Command palettectrl+P
Shortcuts cheat sheetctrl+/
Toggle tools panelctrl+\
Global searchctrl+shift+F
Open code reviewctrl+shift+=

Agent

ActionShortcut
Start an agent conversation (carries the typed prompt)ctrl+enter
Exit the conversation back to the terminalesc (input unfocused)
Continue the last conversationctrl+shift+Y
Attach last command output to the promptctrl+↑
Override shell/agent autodetect for this inputctrl+I
Agent runs dashboardctrl+shift+M
Compose box (inside CLI coding-agent sessions)ctrl+G

In the agent input, a leading ! forces the line to run as a shell command.

Selected block

Click a block to select it first; these are disabled while the prompt input has focus.

ActionShortcut
Copy whole blockctrl+C
Copy commandctrl+shift+C
Copy outputctrl+alt+shift+C
Toggle bookmarkctrl+B

Inside the command palette

ActionKey
Navigate results↑ / ↓
Run selectedenter
Closeesc

The palette also carries actions with no binding at all — like Create a New Personal Workflow — plus dynamic hits: your conversations, Drive objects, and project files all match as you type.

When shortcuts step aside

While a full-screen terminal program is running in the pane (an editor, a CLI coding agent, ssh), Mel forwards single-modifier keys to that program instead of intercepting them — ctrl+C must reach the program, after all. Tab cycling (ctrl+Tab) and ctrl+shift combos like code review keep working throughout.

See the quickstart to build muscle memory on the core five: ctrl+P, ctrl+enter, ctrl+shift+=, ctrl+\, ctrl+T.