Skip to main content
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

ActionShortcut
Undo⌘ + Z
Redo⌘ + Shift + Z
Delete selected block(s)Backspace / Delete
Duplicate selected block⌘ + D
Select all blocks⌘ + A
ActionShortcut
Open command palette⌘ + K
Escape / deselectEsc
Move selection upArrow Up
Move selection downArrow Down

Multi-select

ActionShortcut
Add block to selectionShift + Click
Extend selection by rangeShift + Arrow Up / Down