mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-10 08:26:19 +02:00
23 lines
1.5 KiB
Markdown
23 lines
1.5 KiB
Markdown
---
|
|
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/⌘ + /` |
|