> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mana.re/llms.txt
> Use this file to discover all available pages before exploring further.

# Keyboard Shortcuts

> Quick reference for all keyboard shortcuts in the Mana editor.

All shortcuts available in the editor. On macOS, `Mod` is the `Cmd` key. On Windows and Linux, it's `Ctrl`.

<Tabs>
  <Tab title="macOS">
    ## Text formatting

    | Action        | Shortcut |
    | ------------- | -------- |
    | Bold          | `⌘B`     |
    | Italic        | `⌘I`     |
    | Underline     | `⌘U`     |
    | Strikethrough | `⌘⇧S`    |
    | Inline code   | `⌘E`     |
    | Highlight     | `⌘⇧H`    |
    | Subscript     | `⌘,`     |
    | Superscript   | `⌘.`     |

    ## Blocks

    | Action           | Shortcut |
    | ---------------- | -------- |
    | Normal paragraph | `⌘⌥0`    |
    | Heading 1        | `⌘⌥1`    |
    | Heading 2        | `⌘⌥2`    |
    | Heading 3        | `⌘⌥3`    |
    | Bullet list      | `⌘⇧8`    |
    | Ordered list     | `⌘⇧7`    |
    | Blockquote       | `⌘⇧B`    |
    | Hard line break  | `⇧Enter` |

    ## Text alignment

    | Action       | Shortcut |
    | ------------ | -------- |
    | Align left   | `⌘⇧L`    |
    | Align center | `⌘⇧E`    |
    | Align right  | `⌘⇧R`    |
    | Justify      | `⌘⇧J`    |

    ## General

    | Action                   | Shortcut |
    | ------------------------ | -------- |
    | Undo                     | `⌘Z`     |
    | Redo                     | `⌘⇧Z`    |
    | Select all               | `⌘A`     |
    | Copy                     | `⌘C`     |
    | Cut                      | `⌘X`     |
    | Paste                    | `⌘V`     |
    | Paste without formatting | `⌘⇧V`    |

    ## Search and tools

    | Action              | Shortcut |
    | ------------------- | -------- |
    | Find and replace    | `⌘F`     |
    | Quick switch        | `⌘K`     |
    | Internal note       | `⌘/`     |
    | Add comment         | `⌘⇧M`    |
    | Next find match     | `F3`     |
    | Previous find match | `⇧F3`    |

    ## Zoom

    | Action     | Shortcut     |
    | ---------- | ------------ |
    | Zoom in    | `⌘+` or `⌘=` |
    | Zoom out   | `⌘-`         |
    | Reset zoom | `⌘0`         |
  </Tab>

  <Tab title="Windows / Linux">
    ## Text formatting

    | Action        | Shortcut       |
    | ------------- | -------------- |
    | Bold          | `Ctrl+B`       |
    | Italic        | `Ctrl+I`       |
    | Underline     | `Ctrl+U`       |
    | Strikethrough | `Ctrl+Shift+S` |
    | Inline code   | `Ctrl+E`       |
    | Highlight     | `Ctrl+Shift+H` |
    | Subscript     | `Ctrl+,`       |
    | Superscript   | `Ctrl+.`       |

    ## Blocks

    | Action           | Shortcut       |
    | ---------------- | -------------- |
    | Normal paragraph | `Ctrl+Alt+0`   |
    | Heading 1        | `Ctrl+Alt+1`   |
    | Heading 2        | `Ctrl+Alt+2`   |
    | Heading 3        | `Ctrl+Alt+3`   |
    | Bullet list      | `Ctrl+Shift+8` |
    | Ordered list     | `Ctrl+Shift+7` |
    | Blockquote       | `Ctrl+Shift+B` |
    | Hard line break  | `Shift+Enter`  |

    ## Text alignment

    | Action       | Shortcut       |
    | ------------ | -------------- |
    | Align left   | `Ctrl+Shift+L` |
    | Align center | `Ctrl+Shift+E` |
    | Align right  | `Ctrl+Shift+R` |
    | Justify      | `Ctrl+Shift+J` |

    ## General

    | Action                   | Shortcut       |
    | ------------------------ | -------------- |
    | Undo                     | `Ctrl+Z`       |
    | Redo                     | `Ctrl+Shift+Z` |
    | Select all               | `Ctrl+A`       |
    | Copy                     | `Ctrl+C`       |
    | Cut                      | `Ctrl+X`       |
    | Paste                    | `Ctrl+V`       |
    | Paste without formatting | `Ctrl+Shift+V` |

    ## Search and tools

    | Action              | Shortcut       |
    | ------------------- | -------------- |
    | Find and replace    | `Ctrl+F`       |
    | Quick switch        | `Ctrl+K`       |
    | Internal note       | `Ctrl+/`       |
    | Add comment         | `Ctrl+Shift+M` |
    | Next find match     | `F3`           |
    | Previous find match | `Shift+F3`     |

    ## Zoom

    | Action     | Shortcut             |
    | ---------- | -------------------- |
    | Zoom in    | `Ctrl++` or `Ctrl+=` |
    | Zoom out   | `Ctrl+-`             |
    | Reset zoom | `Ctrl+0`             |
  </Tab>
</Tabs>
