TravelFeedTravelFeed Logo

Keyboard Shortcuts

The two you need, and the rest for when your hands are already on the keyboard.

On a Mac, is the Command key. On Windows and Linux, use Ctrl everywhere you see , and Alt where you see .

The two that matter

/Open the block menu, at the start of a line
⌘JAsk AI about the paragraph you are in

⌘J works without selecting anything first — it takes the block your cursor is in. Select something specific and it takes that instead.

While writing

⌘BBold
⌘IItalic
⌘⇧SStrikethrough
⌘ZUndo
⌘⇧ZRedo

Changing what a block is

⌘⌥2Heading
⌘⌥3Subheading
⌘⌥4Small heading
⌘⌥0Back to a plain paragraph
⌘⇧8Bulleted list
⌘⇧7Numbered list
⌘⇧BQuote

Alignment

⌘⇧LLeft
⌘⇧ECentre
⌘⇧RRight

Typing instead of pressing

Some things are quicker to just type at the start of a line. The editor turns them into the real thing as you go:

Type thisAnd you get
## A heading
### A subheading
- or * A bulleted list
1. A numbered list
> A quote
---A divider

**bold** and *italic* work mid-sentence too.

In tables

Tab moves to the next cell, and adds a new row when you are in the last one. ⇧Tab goes back.

Did this answer your question?