Cheatsheet
Stay on the Keyboard

Every Shortcut.
Zero Mouse. Zero Mouse. Zero Mouse.

The complete NitroIDE keyboard reference — app commands, the command palette, and the Monaco editor essentials. On macOS, use Cmd wherever you see Ctrl.

NitroIDE App Shortcuts

Built into the workspace itself — these work anywhere in the editor.

Ctrl + KOpen the command palette (every IDE action, fuzzy-searchable)
Ctrl + SSave buffers and force a hard re-compile of the preview
EscClose the command palette or any open menu
then EnterNavigate the command palette and run the highlighted command

Monaco Editor Essentials

NitroIDE runs the same editor engine as VS Code, so these defaults come free.

F1Editor command palette
Ctrl + FFind in current file
Ctrl + HFind and replace
Ctrl + GGo to line / column
Ctrl + /Toggle line comment
Alt + / Move current line up / down
Shift + Alt + / Copy current line up / down
Ctrl + DSelect next occurrence of current selection
Ctrl + Shift + KDelete current line
Ctrl + SpaceTrigger suggestion / autocomplete
Tab / Shift + TabIndent / outdent selection (Tab also expands Emmet)
Ctrl + Z / Ctrl + Shift + ZUndo / redo

Console CLI Commands

Prefer typing? The developer console doubles as a command line.

install nameInject a CDN library, e.g. install tailwind
export zipDownload the whole project as a ZIP
formatFormat the current code
theme dark|light|toggleSwitch the workspace theme
clearClear the console history

Missing a shortcut you rely on? Open an issue and tell us — the palette-first design means most actions are one Ctrl+K away anyway.