Help & Reference

Keyboard Shortcuts

Move faster with the keyboard.

On Windows and Linux, use Ctrl wherever these show .

Everywhere

ShortcutAction
⌘KOpen search across all your docs

In the editor

ShortcutAction
⌘JOpen Ask AI
⌘BBold
⌘IItalic
⌘EInline code
⌘KAdd a link to the selected text
⌘SSave

Typing shortcuts (Markdown)

At the start of a line, type these and press space:

TypeBecomes
#, ##, ###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.