Terminal
Command palette
Search and run every Mel action from one fuzzy-matched list.
Press ctrl+P and the command palette opens: a centered overlay that fuzzy-searches every bound action in Mel — plus your saved conversations, Drive objects, and project files. It's the master list of what Mel can do, with the shortcut for each action printed right on the row.
Using it
- The search field is auto-focused; just type.
- Matching is fuzzy subsequence (like fzf):
spdfinds "Split Pane Down". Results are ranked best-match-first, and the exact matched characters are highlighted in the accent color. - Up/down navigate (the selection auto-scrolls), enter runs, esc closes. Clicking the backdrop also closes.
- A live "N of M" count shows while filtering; the footer reminds you:
↑↓ navigate · ↵ run · esc close.
With an empty query you see category pills — pane, session, tools, agent, workflow — and a Suggested section (New Terminal Tab, Global Search, Create a New Personal Workflow). Click a pill to browse one category.
Registered commands
| Command | Shortcut | Category |
|---|---|---|
| Split Pane Right | ctrl+D | pane |
| Split Pane Down | ctrl+shift+D | pane |
| Close Pane | ctrl+W | session |
| New Terminal Tab | ctrl+T | session |
| Next Tab | ctrl+tab | session |
| Previous Tab | ctrl+shift+tab | session |
| Toggle Vertical Tabs | ctrl+shift+B | tools |
| Toggle Tools Panel | ctrl+\ | tools |
| Global Search | ctrl+shift+F | tools |
| Open Code Review | ctrl+shift+= | agent |
| Attach Last Command Output | ctrl+up | agent |
| Agent Runs Dashboard | ctrl+shift+M | agent |
| Continue Last Conversation | ctrl+shift+Y | agent |
| Create a New Personal Workflow | — | workflow |
| macOS permissions setup | — | help (macOS only) |
Shortcuts use cmd in place of ctrl on macOS. The macOS permissions entry is hidden on other platforms.
More than commands
The palette query also matches:
- Saved conversations — open one to resume it.
- Mel Drive objects — workflows, prompts, notebooks, environment sets.
- Project files — open a file straight into the built-in editor.
Related
- Tabs and Split panes — the actions you'll run most
- Input and the prompt — the
/COMMANDSslash menu, the palette's prompt-side sibling