Keyboard shortcuts
The bindings that exist today, and what each one does.
Clusy keeps its shortcut list short and deliberate. Most notebook actions (running, inserting, reordering cells) live on the cell toolbar rather than the keyboard, so the bindings below are the whole list. ⌘ is Ctrl on Windows and Linux.
Getting around
| Shortcut | Does |
|---|---|
⌘K | Search everything: jump to any session in any project, or start a new project |
⌘B | Collapse or expand the sidebar |
⌘N | New chat session in the current project |
In the chat input
The composer's keys change meaning depending on whether the agent is working:
| Shortcut | When | Does |
|---|---|---|
Enter | Agent idle | Send the message |
Enter | Agent working | Hand your message to the running turn, so the agent folds it in without starting over (messages with attachments queue instead) |
⌘Enter | Agent working | Stop the current run and send your message, when you'd rather interrupt than steer |
Enter on an empty input | Agent idle, messages queued | Send the next queued message |
Esc | @-mention popup open | Close the popup |
Typing @ opens the reference popup for cells, datasets, the plan, and papers; arrow keys move through it and Enter or Tab picks.
In the model picker
With the model menu open, ↑/↓ moves between models and ←/→ adjusts the reasoning effort for the highlighted one.
Bindings aren't customizable today, and there's no Jupyter-style command mode —
if you're hunting for Shift+Enter to run a cell, use the run button on the
cell instead.