FluxMarkdown provides two distinct operating modes — QuickLook (triggered by pressing Space in Finder) and the main App (opened by double-clicking a Markdown file). Each mode exposes a different set of keyboard shortcuts. The tables below list every shortcut available in each mode.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/xykong/flux-markdown/llms.txt
Use this file to discover all available pages before exploring further.
- QuickLook mode
- App mode
QuickLook runs inside a system-managed window controlled by macOS Finder. Most keyboard events are intercepted by the system before they reach the FluxMarkdown extension, so only a small set of shortcuts is available.
You can also zoom using pinch gestures on a trackpad (two-finger pinch/spread performs smooth visual magnification from 0.25× to 5×), and reset zoom with a two-finger double-tap.
| Shortcut | Action |
|---|---|
Space | Open (or close) the QuickLook preview for the selected file in Finder |
Cmd + + or Cmd + = | Zoom in — increases page zoom by 10% (max 300%) |
Cmd + - | Zoom out — decreases page zoom by 10% (min 50%) |
Cmd + 0 | Reset zoom to 100% |
Cmd + R | Reload the file from disk — picks up external edits immediately |
Cmd + Shift + M | Toggle between rendered preview and raw Markdown source view |
? | Open the in-preview help panel |
Help panel
The help panel gives you a quick-reference card for all shortcuts without leaving the preview window. Three ways to open it:- Press
?anywhere in the preview. - Hold
Cmdfor two seconds without pressing any other key. - Click the
?button in the top-right corner of the window.
The Cmd-hold trigger is smart: it cancels if you press any non-modifier key (such as Tab, Space, or a letter) while holding Cmd. Only a pure Cmd hold — with no other keys pressed — opens the panel. You can disable the Cmd-hold behavior from within the help panel itself using the checkbox at the bottom.
Settings
Configure appearance, rendering, and editor preferences
Zoom and navigation
How zoom levels, gestures, and scroll position work