--- title: 'Keyboard shortcuts' --- | Action | Shortcut | | --------------------------------------------------- | ---------------------- | | Command palette - Commands | `Ctrl/⌘ + Shift + P` | | Command palette - Switch files | `Ctrl/⌘ + P` | | Refresh preview | `Ctrl/⌘ + Shift + 5` | | Save current creations | `Ctrl/⌘ + S` | | Open list of saved creations | `Ctrl/⌘ + O` | | Clear console (works when console input is focused) | `Ctrl + L` | | Close saved creations panel & modals | `Esc` | | Find | `Ctrl/⌘ + F` | | Select next match | `Ctrl/⌘ + G` | | Select previous match | `Ctrl/⌘ + Shift + G` | | Find & replace | `Ctrl/⌘ + Opt/Alt + F` | | Realign code | `Shift + Tab` | | Indent code right | `Ctrl/⌘ + ]` | | Indent code left | `Ctrl/⌘ + [` | | Emmet code completion [Read more](https://emmet.io) | `Tab` | | Single line comment | `Ctrl/⌘ + /` |