Help & Reference
Keyboard Shortcuts
Move faster with the keyboard.
On Windows and Linux, use Ctrl wherever these show ⌘.
Everywhere
| Shortcut | Action |
|---|---|
| ⌘K | Open search across all your docs |
In the editor
| Shortcut | Action |
|---|---|
| ⌘J | Open Ask AI |
| ⌘B | Bold |
| ⌘I | Italic |
| ⌘E | Inline code |
| ⌘K | Add a link to the selected text |
| ⌘S | Save |
Typing shortcuts (Markdown)
At the start of a line, type these and press space:
| Type | Becomes |
|---|---|
#, ##, ### | Heading 1, 2, 3 |
- or * | Bulleted list |
1. | Numbered list |
> | Blockquote |
``` | Code block |
--- | Divider |
Inline, **bold**, *italic*, ~~strikethrough~~, and `code` all work as you type. See The editor for the full set, and type / anywhere to insert any block from the slash menu.