Skip to main content
Version: v2 ⚡

Keyboard Shortcuts

Keyboard shortcuts (keystrokes) allow you to perform common actions without taking your hands off the keyboard. 🤓

Platform Shortcuts

CommandAvailabilityMacLinux/WindowsNotes
Save WorkflowCanvas, IDE⌘+sCtrl+s
Save & Sync WorkflowCanvas, IDE⌘+Shift+sCtrl+Shift+sWhen opting to sync, you'll be prompted to either enter a commit message or use the default message provided.
RunCanvas, IDE⌘+ReturnCtrl+EnterThis will save (but not sync) your workflow and run it from the current step with the default workorder grouping behavior.*
Run (alternate action)Canvas, IDE⌘+Shift+ReturnCtrl+Shift+EnterThis will save (but not sync) your workflow and create a new workorder from the current step.
Toggle IDE (code editor)Canvas, IDE⌘+eCtrl+eOpens the full-screen code editor for the selected job.
Toggle AI AssistantCanvas, IDE⌘+kCtrl+k
Toggle Run HistoryCanvas, IDE⌘+hCtrl+hNot available when creating a new workflow.
Close Panel/IDECanvas, IDEEscapeEscapeCloses an open inspector, the IDE, or the run panel.
Toggle Templates PanelWorkflow Create⌘+/Ctrl+/Only available when creating a new workflow.
Toggle Import PanelWorkflow Create⌘+\Ctrl+\Only available when creating a new workflow. Allows importing from YAML.

*If you are viewing an existing run and create a new run from the Canvas or IDE, that run will be associated with the existing work order—this is the default behavior. (Think of this as "retrying".) Sometimes, for auditing purposes, it's helpful to create an entirely new work order. This can be done by using the alternate run button.

Selected Editor Shortcuts

See the command pallette (right click or press F1) for the full list. Note that to access these shortcuts you must click into a specific editor—there are multiple editors in the IDE.

CommandAvailabilityMacLinux/Windows
View Editor CommandsIDE, Run ViewerF1F1
Format CodeIDEShift+Option+FShift+Alt+F
Comment Code Out/InIDE⌘+/Ctrl+/