Skip to main content
Version: Next

Keyboard shortcuts

Here are all of the keyboard shortcuts supported by the editor. Please bear in mind shortcuts may not be available if the corresponding action isn't enabled in the current editor.

You can try all of those shortcuts on our Examples page.

FunctionShortcutShortcut (macOS)Markdown
Common actions
CopyCtrl + C⌘ + C
CutCtrl + X⌘ + X
PasteCtrl + V⌘ + V
Paste without formattingCtrl + ⇧ + V⌘ + ⇧ + V
UndoCtrl + Z⌘ + Z
RedoCtrl + ⇧ + Z⌘ + ⇧ + Z
Insert or edit linkCtrl + K⌘ + K
Open linkAlt + ↵⌥ + ↵
Insert horizontal rule---
Text formatting (if enabled)
BoldCtrl + B⌘ + B**
ItalicCtrl + I⌘ + I_
UnderlineCtrl + U⌘ + U
Monospace (code)Ctrl + J⌘ + J`
StrikethroughCtrl + ⇧ + X⌘ + ⇧ + X~
SuperscriptCtrl + .⌘ + .
SubscriptCtrl + ,⌘ + ,
Paragraph formatting (if enabled)
Increase list indentation
Decrease list indentation⇧ + ↹⇧ + ↹
Apply normal text styleCtrl + Alt + 0⌘ + ⌥ + 0
Apply heading style [1-6]Ctrl + Alt + [1-6]⌘ + ⌥ + [1-6]##
Numbered listCtrl + ⇧ + 7⌘ + ⇧ + 71.
Bulleted listCtrl + ⇧ + 8⌘ + ⇧ + 8-
Blockquote>
Code block```
Go to new line
Insert soft new line⇧ + ↵⇧ + ↵
Insert soft new lineCtrl + ↵⌘ + ↵
Text selection with keyboard
Select allCtrl + A⌘ + A
Extend selection one character⇧ + ← or →⇧ + ← or →
Extend selection one line⇧ + ↑ or ↓⇧ + ↑ or ↓
Extend selection one wordAlt + ⇧ + ← or →⌥ + ⇧ + ← or →
Extend selection to the beginning of the lineCtrl + ⇧ + ←⌘ + ⇧ + ←
Extend selection to the end of the lineCtrl + ⇧ + →⌘ + ⇧ + →
Extend selection to the beginning of the document⇧ + ⇱⇧ + ⇱
Extend selection to the end of the document⇧ + ⇲⇧ + ⇲
Text selection with mouse
Select wordDouble-clickDouble-click
Extend selection one word at a timeDouble-click + DragDouble-click + Drag
Select paragraphTriple-clickTriple-click
Extend selection one paragraph at a timeTriple-click + DragTriple-click + Drag