Keyboard Shortcuts

Master the workflow editor with these keyboard shortcuts to speed up your workflow creation process.

Shortcuts pause while you are typing in a text field, code editor, or terminal, so single-key shortcuts never interfere with typing. A few shortcuts behave differently depending on whether you are in pointer mode or drawing mode — these differences are called out below.

Global

Available in every editor:

ShortcutAction
Cmd/Ctrl + SSave the current document (enabled when there are unsaved changes)
Cmd/Ctrl + Shift + SSave As…
Cmd/Ctrl + Shift + OOpen Project
Cmd/Ctrl + Shift + NNew Project
Cmd/Ctrl + Shift + EnterToggle full screen mode (hides the header, menu, and tab bar)
Cmd/Ctrl + ,Toggle the settings panel
F1Open the in-app documentation (Help tab)

Tabs & Split-Screen Panes

Move between editor tabs and split-screen panes without the mouse (also in the View menu):

ShortcutAction
Cmd + Option (Mac) / Ctrl + Alt + RightNext tab (cycles within the active pane)
Cmd + Option (Mac) / Ctrl + Alt + LeftPrevious tab (cycles within the active pane)
Cmd + Shift + Option (Mac) / Ctrl + Shift + Alt + ArrowFocus the split-screen pane in that direction (available while a split or bottom panel is active)

Tools & Canvas Modes

Quickly switch tools and modes while editing your workflow:

ShortcutAction
ASelect pointer/selection tool
HSelect hand/pan tool
DToggle drawing mode for freehand annotations
MToggle mind map mode
VToggle the canvas between vertical and horizontal flow orientation
Shift (hold)Temporary pan mode while held (pointer mode)
Cmd/Ctrl (hold)Temporary pan mode while held (drawing mode)

Node Creation

Quickly add new nodes to your workflow:

ShortcutAction
SpaceOpen the node search overlay to add a node continuing the flow from the selected node (on an empty canvas the new node is placed in the center)
Shift + SpaceOpen the node search overlay placing the new node perpendicular to the flow direction

Selection & Editing

Manage node selection and editing in your workflow:

ShortcutAction
Cmd/Ctrl + ASelect all nodes
Cmd/Ctrl + DDeselect all nodes and edges
EscapeDeselect all nodes and edges, and clear navigation highlighting
Delete or BackspaceDelete selected nodes (the Start node is protected); with no nodes selected, deletes the selected edge(s)
Cmd/Ctrl + ZUndo last action
Cmd/Ctrl + Shift + ZRedo last undone action
Cmd/Ctrl + YRedo last undone action (alternative)
Cmd/Ctrl + CCopy the current selection (also in the Edit menu and right-click menu)
Cmd/Ctrl + XCut the current selection
Cmd/Ctrl + VPaste (images from the clipboard take precedence, then strokes or nodes)
Cmd/Ctrl + Shift + GUngroup the selected group node

Duplicate is available from the Edit menu and the right-click menu — in the workflow editor the Cmd/Ctrl + D combo deselects instead. Grouping nodes with Cmd/Ctrl + G is not currently available, but Cmd/Ctrl + Shift + G still dissolves an existing group node.

Node Navigation & Focus

Navigate between nodes and control focus:

ShortcutAction
Arrow KeysMove the selection to the nearest node in that direction, automatically centering it
Tab / Shift + TabWalk forward / backward along connected nodes (with nothing selected, starts at the Start node), centering the view on each
EnterFocus the selected node's content (editor, chat, or grid)

Edges

ShortcutAction
PAdd a pivot point to the last-clicked edge at the position you clicked, letting you reshape its path

Alignment

Line up selected nodes (also available in the Align menu and right-click menu, along with Align Center, Align Middle, and Distribute):

ShortcutAction
Cmd/Ctrl + Shift + LeftAlign selected nodes left
Cmd/Ctrl + Shift + RightAlign selected nodes right
Cmd/Ctrl + Shift + UpAlign selected nodes to the top
Cmd/Ctrl + Shift + DownAlign selected nodes to the bottom

Running & Debugging

Run and debug your workflows:

ShortcutAction
RRun the selected node (when a single node is selected)
Cmd/Ctrl + RRun the whole workflow
Cmd/Ctrl + .Stop execution (while a run is in progress)
SToggle the tokens-per-second display for AI nodes
Cmd/Ctrl + Shift + DEnable/disable debugging
F5Debug: Continue (while paused)
F10Debug: Step Over (while paused)
F11Debug: Step Into (while paused)
Shift + F11Debug: Step Out (while paused)
Shift + F5Debug: Stop Debugging

Detail View Nodes

Shortcuts for nodes expanded into detail mode:

ShortcutAction
Shift + TToggle the header of the selected detail-mode node — hide it to give the content the full node space (saved per node)
Ctrl + WOpen the AI wizard for the selected detail-mode node (Code, Prompt, Data, Image, and more). Note: Ctrl, not Cmd, on Mac too
Ctrl + MToggle the model selector menu in AI wizards

Chat Nodes

Shortcuts specific to Chat nodes:

ShortcutAction
EnterSend chat message (without Shift)
Shift + EnterAdd a new line without sending the message

Code Editing

Shortcuts for the code editors:

ShortcutAction
Cmd/Ctrl + Shift + VToggle Vim mode in every code editor (except while a terminal has focus)

Drawing Mode

Annotate your canvas with freehand drawings (press D to toggle drawing mode):

ShortcutAction
Delete/BackspaceDelete selected drawing strokes (with a single text object selected, Backspace starts editing its text instead — use Delete to remove it)
Cmd/Ctrl + ZUndo last drawing action
Cmd/Ctrl + Shift + Z or Cmd/Ctrl + YRedo drawing action
Cmd/Ctrl + ASelect all drawing strokes (in the Designer this selects strokes on the current layer)
EscapeDeselect all drawing strokes
Cmd/Ctrl + C / X / VCopy / cut / paste selected strokes (pasting an image from the clipboard takes precedence)
Cmd/Ctrl + GGroup the selected strokes (two or more strokes selected)
Cmd/Ctrl + Shift + GUngroup the selected strokes
Cmd/Ctrl (hold)Temporarily pan the canvas while held

Zoom Controls

Canvas Zoom

Zoom the workflow canvas to see more or less detail:

ShortcutAction
Shift + Zoom in on the canvas (up to 200%)
Shift + Zoom out on the canvas (down to 10%)
Cmd/Ctrl + Shift + FFit the whole workflow in the view
Cmd/Ctrl + Shift + EZoom to the current selection

Interface Zoom

Adjust the size of UI panels and controls for better visibility:

ShortcutAction
Cmd/Ctrl + +Zoom in the interface (when a node's content is focused, zooms that node's content instead)
Cmd/Ctrl + -Zoom out the interface (or the focused node's content)
Cmd/Ctrl + 0Reset zoom to 100%
Cmd/Ctrl + ScrollZoom the interface (or the focused node's content) with the mouse wheel

Documentation Search

Quickly search and navigate documentation (on docs pages):

ShortcutAction
Cmd/Ctrl + KOpen the documentation search overlay
Arrow Up/DownNavigate through search results
EnterOpen the selected documentation page
EscapeClose the search overlay

Developer Tools

Debug and development shortcuts:

ShortcutAction
Ctrl + 1Toggle the alignment hit-areas debug view (shows visual indicators for node alignment zones). Note: Ctrl, not Cmd, on Mac too

💡 Tips

  • • Keyboard shortcuts pause while you are typing in input fields, code editors, or terminals
  • • Temporary pan differs by mode: hold Shift in pointer mode, hold Cmd/Ctrl in drawing mode
  • Interface zoom (Cmd/Ctrl + +/-) affects all UI panels; canvas zoom (Shift + /) only affects the workflow canvas
  • • Interface zoom settings are saved and restored when you return to the editor
  • • The Shift + T header toggle persists per node — hide headers to see more code or data at once
  • • Most shortcuts also appear next to their commands in the menus, so you can discover them as you work