Textrix Logo

Editor Keyboard Shortcuts

FeatureMac ShortcutWindows/Linux Shortcut
Text Formatting
Bold (B) + BCtrl + B
Italic (I) + ICtrl + I
Add Link + KCtrl + K
Header (H1) + Opt + 1Ctrl + Alt + 1
Subheader (H2) + Opt + 2Ctrl + Alt + 2
Blockquote + Opt + 5Ctrl + Alt + 5
Horizontal Line + EnterCtrl + Enter
Code Block + Opt + 6Ctrl + Alt + 6
Line BreakShift + EnterShift + Enter
Lists & Indentation
Outdent List + [ / Shift + TabShift + Tab
Indent List + ] / TabTab

Editor Editing Shortcuts

FeatureSyntax
Ordered ListStart with 1. (or any number + dot)
Bullet ListStart with * (asterisk + space)
Code BlockUse triple backticks ```
Inline CodeWrap text with backticks (e.g., `code`)
Emoji PickerType : then search for an emoji

Markdown Shortcuts (Requires markdownShortcuts options to be enabled)

FeatureSyntax Example
BlockquoteType > for blockquote, >> for pull quote
Bold TextType **bold** or __bold__
Italic TextType _italic_ or *italic*
Horizontal LineType --- for a divider
# Big Title (H1)Type # Title
## Small Title (H2)Type ## Subtitle

Tip: These shortcuts also work when pasting formatted text!