Reference
Keyboard Shortcuts
All shortcuts use Cmd on macOS and Ctrl on Windows and Linux.
Editor — Text Formatting
Section titled “Editor — Text Formatting”| Shortcut | Action |
|---|---|
Cmd+B | Toggle bold |
Cmd+I | Toggle italic |
Cmd+Shift+S | Toggle strikethrough |
Cmd+E | Toggle inline code |
Cmd+Alt+1 | Heading 1 |
Cmd+Alt+2 | Heading 2 |
Cmd+Alt+3 | Heading 3 |
Cmd+Shift+8 | Bullet list |
Cmd+Shift+7 | Numbered list |
Cmd+Shift+B | Blockquote |
Editor — Markdown Input Shortcuts
Section titled “Editor — Markdown Input Shortcuts”Type these at the start of an empty block and press Space or Enter to trigger the block type automatically.
| Input | Block type |
|---|---|
# | Heading 1 |
## | Heading 2 |
### | Heading 3 |
- or * | Bullet list item |
1. | Numbered list item |
> | Blockquote |
``` | Code block |
Editor — Undo and Redo
Section titled “Editor — Undo and Redo”| Shortcut | Action |
|---|---|
Cmd+Z | Undo |
Cmd+Shift+Z | Redo |
Undo history persists even after navigating away and returning to a page.
Editor — Page Links
Section titled “Editor — Page Links”| Input | Action |
|---|---|
[[ | Open wiki-link autocomplete |
Navigation
Section titled “Navigation”| Shortcut | Action |
|---|---|
Cmd+K | Open command palette |
Cmd+K (again) | Close command palette |
Escape | Close command palette, agent panel, or settings panel |
Cmd+N | Create new page |
Command Palette
Section titled “Command Palette”| Key | Action |
|---|---|
↑ / ↓ | Navigate results |
Enter | Open selected result |
Escape | Close palette |
Arrow key selection wraps — pressing ↓ at the last result returns to the first, and vice versa.
Agent Panel
Section titled “Agent Panel”| Key | Action |
|---|---|
Enter | Send message |
Shift+Enter | Insert line break in message |
Escape | Close panel |
See Also
Section titled “See Also”- Editor Formatting Reference — Full formatting options with descriptions
- Command Palette — Command palette guide
- Agent Conversation — Agent panel keyboard behavior
Was this page helpful?
Thanks for your feedback!