Keybinds and shortcuts

Quick actions in the editor makes you type faster.

Editor

Keybindings

  • CTRL+B = Bold

  • CTRL+I = Italic

  • CTRL+U = Underline

  • CTRL+Z = Undo

  • CTRL+Y = Redo

  • CTRL+Enter = Line break

Markdown shortcuts

  • Bold: **bold**

  • Italic: *italic*

  • Heading 1: Start a line with #

  • Heading 2: Start a line with ##

  • Heading 3: Start a line with ###

  • Bullet list: Start a line with - (or +)

  • Ordered list: Start a line with 1.

  • Quote: Start a line with >

  • Code block: Start a line with ``` (use CTRL+Enter to end)

  • Code word: `code`

  • Horizontal Line: ---

Last updated