Shortcuts use Cmd on Mac and Ctrl on Windows and Linux unless noted. Single-key shortcuts (no modifier) work when your cursor is not in the editor text or another input. Press ? to see this list inside the app, and see Settings to customize shortcuts or switch keymaps.
Command surfaces
| Shortcut | Action |
|---|---|
| Cmd+Shift+P | Command palette (run any command, and search drafts, stacks, and pages) |
| Cmd+K | Quick switcher (jump to drafts, stacks, pinned items, and pages) |
Navigation
Press g, release it, then press the second key.
| Shortcut | Action |
|---|---|
| g then h | Home |
| g then d | Drafts |
| g then s | Stacks |
| g then t | Trash |
| g then a | Assistant |
| g then w | Workspace settings |
| g then , | Settings |
Formatting
In the editor, formatting shortcuts apply markdown syntax to your selection.
| Shortcut | Action |
|---|---|
| Cmd+B | Bold |
| Cmd+I | Italic |
| Cmd+E | Inline code |
| Cmd+Shift+7 | Bullet list |
| Cmd+Shift+8 | Numbered list |
| Cmd+Shift+9 | Task list |
| Cmd+Shift+. | Blockquote |
Lines
In the editor.
| Shortcut | Action |
|---|---|
| Ctrl+Shift+K | Delete line |
| Alt+Up | Move line up |
| Alt+Down | Move line down |
| Cmd+Shift+D | Copy line down |
Delete line uses Ctrl+Shift+K on every platform, including Mac.
Editing
| Shortcut | Action |
|---|---|
| Cmd+Z | Undo |
| Cmd+Shift+Z or Cmd+Y | Redo |
| Tab | Indent |
| Shift+Tab | Outdent |
| Cmd+Shift+V | Paste as plain text |
Find
| Shortcut | Action |
|---|---|
| Cmd+F | Find |
| Cmd+Shift+F | Find and replace |
| Cmd+G | Find next |
| Cmd+Shift+G | Find previous |
| Cmd+Alt+G | Go to line |
Panels
| Shortcut | Action |
|---|---|
| e | Toggle preview |
| Cmd+. | Toggle the AI assistant |
e is a single-key shortcut: it works when your cursor is outside the editor text. Cmd+. works anywhere.
Single-key actions
These work when you are not typing in the editor or another input. They act on the current draft.
| Shortcut | Action |
|---|---|
| c | New draft |
| p | Pin or unpin |
| s | Share |
| m | Move to stack |
| d | Duplicate draft |
| y | Export |
| ? | Show keyboard shortcuts |
Many shortcuts can be rebound, and you can switch the editor to Vim or Emacs keymaps. The editor’s formatting shortcuts are fixed. See Settings.
Related
- Settings: customize shortcuts and switch keymaps
- The editor: formatting shortcuts, paste-to-markdown, and the preview panel