# Keyboard Shortcuts (/docs/reference/shortcuts)

Keyboard shortcuts and command palette reference.



Command palette [#command-palette]

Open with **Cmd+K** (Mac) or **Ctrl+K** (Windows/Linux).

| Shortcut     | Action                   |
| ------------ | ------------------------ |
| Cmd/Ctrl + K | Open command palette     |
| N            | Create a new workflow    |
| G W          | Go to Workflows          |
| G E          | Go to Executions         |
| G C          | Go to Connections        |
| G M          | Go to Marketplace        |
| G B          | Go to Wallet and Billing |

Canvas shortcuts [#canvas-shortcuts]

These work when the workflow editor canvas is focused.

| Shortcut             | Action                         |
| -------------------- | ------------------------------ |
| Cmd/Ctrl + Z         | Undo                           |
| Cmd/Ctrl + Shift + Z | Redo                           |
| Cmd/Ctrl + Y         | Redo (alternative)             |
| Cmd/Ctrl + A         | Select all nodes               |
| Cmd/Ctrl + D         | Duplicate selected             |
| Cmd/Ctrl + C         | Copy selected nodes            |
| Cmd/Ctrl + X         | Cut selected nodes             |
| Cmd/Ctrl + V         | Paste copied nodes             |
| Delete / Backspace   | Delete selected nodes or edges |
| Escape               | Clear selection                |
| Cmd/Ctrl + 0         | Zoom to 100%                   |
| Cmd/Ctrl + 1         | Fit view                       |
| Shift + Alt + T      | Tidy up / auto-layout          |
| V                    | Select / move tool             |
| H                    | Hand / pan tool                |
| Arrow keys           | Move selected nodes            |

Executions panel shortcuts [#executions-panel-shortcuts]

These work when focus is inside the workflow editor's executions panel and not inside an input, textarea, or editable note.

| Shortcut | Action                                          |
| -------- | ----------------------------------------------- |
| /        | Open node-run search for the selected execution |
| J        | Select the next execution in the run list       |
| K        | Select the previous execution in the run list   |

Canvas interactions [#canvas-interactions]

| Action       | How                                    |
| ------------ | -------------------------------------- |
| Pan          | Click and drag on empty canvas         |
| Zoom         | Scroll wheel or pinch                  |
| Select node  | Click a node                           |
| Multi-select | Shift + click, or drag a selection box |
| Context menu | Right-click on canvas or node          |

Next steps [#next-steps]

* [Canvas Overview](/docs/editor/canvas) - editor layout and controls
* [Running a Workflow](/docs/editor/running) - executions panel behavior
