blökkli includes keyboard shortcuts for the most common editing actions. These shortcuts are active whenever the editor is open — no setup required.
You can discover every available command and its associated shortcut by opening the Command Palette with Ctrl + K (Windows/Linux) or ⌘ + K (Mac). The palette is searchable and shows the keyboard shortcut for each command next to its name.
Editing
| Action | Shortcut |
|---|
| Undo | ⌘ + Z |
| Redo | ⌘ + Shift + Z |
| Delete selected block(s) | Backspace / Delete |
| Duplicate selected block | ⌘ + D |
| Select all blocks | ⌘ + A |
Navigation
| Action | Shortcut |
|---|
| Open command palette | ⌘ + K |
| Escape / deselect | Esc |
| Move selection up | Arrow Up |
| Move selection down | Arrow Down |
Multi-select
| Action | Shortcut |
|---|
| Add block to selection | Shift + Click |
| Extend selection by range | Shift + Arrow Up / Down |
Editing
| Action | Shortcut |
|---|
| Undo | Ctrl + Z |
| Redo | Ctrl + Shift + Z |
| Delete selected block(s) | Backspace / Delete |
| Duplicate selected block | Ctrl + D |
| Select all blocks | Ctrl + A |
Navigation
| Action | Shortcut |
|---|
| Open command palette | Ctrl + K |
| Escape / deselect | Esc |
| Move selection up | Arrow Up |
| Move selection down | Arrow Down |
Multi-select
| Action | Shortcut |
|---|
| Add block to selection | Shift + Click |
| Extend selection by range | Shift + Arrow Up / Down |