Core Features
Keyboard Shortcuts
Master DocsHub with these time-saving keyboard shortcuts
💡 Tip: Most shortcuts work with both Ctrl (Windows/Linux) and ⌘ (Mac). We'll use "Mod" to represent either.
Essential Shortcuts
| Action | Windows/Linux | Mac |
|---|---|---|
| Save document | Ctrl + S | ⌘ + S |
| Open AI assistant | Ctrl + K | ⌘ + K |
| Insert menu | / | / |
| Find | Ctrl + F | ⌘ + F |
| Find and replace | Ctrl + H | ⌘ + H |
| Undo | Ctrl + Z | ⌘ + Z |
| Redo | Ctrl + Shift + Z | ⌘ + Shift + Z |
Text Formatting
| Style | Shortcut | Markdown |
|---|---|---|
| Bold | Mod + B | **text** |
| Italic | Mod + I | *text* |
| Underline | Mod + U | - |
| Strikethrough | Mod + Shift + S | ~~text~~ |
| Code | Mod + E | `code` |
| Highlight | Mod + Shift + H | ==text== |
| Link | Mod + K | [text](url) |
Block Creation
Headings
Heading 1# Space
Heading 2## Space
Heading 3### Space
Convert to H1-6Mod + Alt + 1-6
Lists
Bullet list- Space
Numbered list1. Space
Checklist[] Space
Indent/OutdentTab / Shift+Tab
Special Blocks
Quote> Space
Code block``` Space
Divider---
Table/table
Quick Inserts
HubSpot block/hubspot
AI chat/ai
Image/image
Emoji::
Navigation & Selection
| Action | Shortcut |
|---|---|
| Select all | Mod + A |
| Select word | Double-click |
| Select block | Triple-click |
| Select multiple blocks | Shift + Click |
| Jump to start | Mod + Home |
| Jump to end | Mod + End |
| Next word | Mod + → |
| Previous word | Mod + ← |
Block Manipulation
| Action | Shortcut |
|---|---|
| Delete block | Mod + Shift + Backspace |
| Duplicate block/line | Mod + D |
| Move block up | Mod + Shift + ↑ |
| Move block down | Mod + Shift + ↓ |
| Create new block | Enter |
| Merge with previous | Backspace (at start) |
| Merge with next | Delete (at end) |
Clipboard Operations
| Action | Shortcut |
|---|---|
| Cut | Mod + X |
| Copy | Mod + C |
| Paste | Mod + V |
| Paste without formatting | Mod + Shift + V |
Table Editing
| Action | Shortcut |
|---|---|
| Next cell | Tab |
| Previous cell | Shift + Tab |
| Add row below | Mod + Enter |
| Add column right | Mod + Shift + → |
| Delete row | Mod + Shift + Backspace |
Special Characters & Symbols
Quick Symbols
Em dash —---
En dash –--
Ellipsis …...
Copyright ©(c)
Trademark ™(tm)
Registered ®(r)
Arrows
Right arrow →->
Left arrow ←<-
Both arrow ↔<->
Double arrow ⇒=>
🎯 Pro Tips
- • Learn the slash command (/) first - it's the gateway to everything
- • Master Mod+K for quick AI assistance
- • Use markdown shortcuts for faster formatting
- • Triple-click to select entire blocks quickly
- • Remember: most text formatting works with both shortcuts and markdown