IDE Features2 min read

Keyboard shortcuts

Editor shortcuts

ShortcutAction
`Ctrl+S`Save file
`Ctrl+Z`Undo
`Ctrl+Shift+Z`Redo
`Ctrl+F`Find in current file
`Ctrl+H`Find & replace
`Ctrl+Shift+F`Search across all files
`Ctrl+/`Toggle line comment
`Alt+Shift+F`Format document
`Ctrl+G`Go to line
`Ctrl+P`Quick file open
`Alt+Click`Add cursor
`Ctrl+D`Select next occurrence
`Ctrl+Shift+K`Delete line
`Alt+Up/Down`Move line up/down

IDE shortcuts

ShortcutAction
`Ctrl+``Toggle terminal
`Ctrl+Shift+A`Open Spinini AI panel
`Ctrl+B`Toggle file tree
`Ctrl+Shift+P`Command palette

Terminal shortcuts

ShortcutAction
`Ctrl+C`Interrupt running process
`Ctrl+L`Clear terminal
`Up / Down`Navigate command history
`Tab`Autocomplete path
Tip: You can customize editor keybindings by opening the Command Palette (Ctrl+Shift+P) and searching for "Keyboard Shortcuts".