Hotkeys and Tips

Quick guides to help you write faster and edit easier using keyboard shortcuts and smart editor tools. ⌘ is command on mac.

Hotkey

Description

Ctrl or ⌘ + R

Rewrites the line where your cursor is. Perfect for fixing awkward phrasing or completing incomplete sentences quickly.

Ctrl or ⌘ + Z

Undo your last change instantly, so you can easily fix mistakes or try different edits.

Ctrl or ⌘ + M

Use Ctrl+M to turn the current line into a command. The editor will treat it like a prompt and insert new content right above it

Ctrl or ⌘ + K

Turns the current line into a prompt and inserts temporary content that fades out unless you click to keep it. Ideal for quick ideas or previews. You can control the fade-out speed in Settings.

Shift + Tab

Removes formatting from the text where the cursor is—headings become paragraphs, list items turn into plain text