Editor Keyboard Shortcuts
Feature | Mac Shortcut | Windows/Linux Shortcut |
---|
Text Formatting | | |
Bold (B) | ⌘ + B | Ctrl + B |
Italic (I) | ⌘ + I | Ctrl + I |
Add Link | ⌘ + K | Ctrl + K |
Header (H1) | ⌘ + Opt + 1 | Ctrl + Alt + 1 |
Subheader (H2) | ⌘ + Opt + 2 | Ctrl + Alt + 2 |
Blockquote | ⌘ + Opt + 5 | Ctrl + Alt + 5 |
Horizontal Line | ⌘ + Enter | Ctrl + Enter |
Code Block | ⌘ + Opt + 6 | Ctrl + Alt + 6 |
Line Break | Shift + Enter | Shift + Enter |
Lists & Indentation | | |
Outdent List | ⌘ + [ / Shift + Tab | Shift + Tab |
Indent List | ⌘ + ] / Tab | Tab |
Editor Editing Shortcuts
Feature | Syntax |
---|
Ordered List | Start with 1. (or any number + dot) |
Bullet List | Start with * (asterisk + space) |
Code Block | Use triple backticks ``` |
Inline Code | Wrap text with backticks (e.g., `code`) |
Emoji Picker | Type : then search for an emoji |
Markdown Shortcuts (Requires markdownShortcuts
options to be enabled)
Feature | Syntax Example |
---|
Blockquote | Type > for blockquote, >> for pull quote |
Bold Text | Type **bold** or __bold__ |
Italic Text | Type _italic_ or *italic* |
Horizontal Line | Type --- for a divider |
# Big Title (H1) | Type # Title |
## Small Title (H2) | Type ## Subtitle |
Tip: These shortcuts also work when pasting formatted text!