Shortcuts

Every keyboard shortcut, with context.

Search, jump to a category, or scan the full list. This page mirrors the current in-app shortcuts dialog (Ctrl + ?).

File operations

ShortcutActionWhen to use
Ctrl + NNew fileStart a new empty document.
Ctrl + Shift + NNew windowOpen a second independent editor window.
Ctrl + OOpen documentOpen an existing Markdown file from disk.
Ctrl + SSave documentSave the current document. First save prompts for a location.
Ctrl + Shift + DSet working directoryChoose the base folder for relative links, images, and related Markdown files.
Ctrl + Shift + HExport as HTMLExport with the live preview theme preserved. Use for theme-faithful sharing.
Ctrl + Shift + PExport as PDFExport to a print-safe PDF with page and typography options.
Ctrl + Shift + WExport as WordExport to .docx. Choose Print or Screen mode.

Appearance

ShortcutActionWhen to use
Ctrl + Shift + TToggle dark / lightSwitch the current family between light and dark. Color-only repaint, no re-render.
Ctrl + Alt + PToggle Paperback paletteSwitch between the Normal and Paperback families.

View modes

ShortcutActionWhen to use
Ctrl + Shift + EToggle file explorerShow or hide the side file explorer panel.
Ctrl + Shift + SToggle sync scrollLock or unlock synchronized editor/preview scrolling.
Ctrl + 1Editor onlyHide the preview pane for distraction-free writing.
Ctrl + 2Preview onlyHide the editor for reading-mode review.
Ctrl + 3Split viewShow editor and preview side by side. The default writing mode.
F11Toggle full screenHide all chrome. Useful on small displays or for focus.
EscExit full screenReturn from full screen to the previous view.

Zoom controls

ShortcutActionWhen to use
Ctrl + +Zoom inEnlarge editor and preview text together.
Ctrl + -Zoom outReduce editor and preview text together.
Ctrl + 0Reset zoomReturn to 100% zoom level.

Editing

ShortcutActionWhen to use
Ctrl + FFind in editorOpen the find panel. Search is case-insensitive by default.
Ctrl + HReplace in editorOpen find with a replace field for in-document substitution.
Ctrl + ZUndoReverse the last edit. Multiple undos cascade through history.
Ctrl + YRedoRe-apply an undone edit.
Ctrl + ASelect allSelect all text in the active pane.
Ctrl + CCopyCopy the selection to the clipboard.
Ctrl + VPastePaste clipboard contents at the cursor.
Ctrl + XCutCut the selection to the clipboard.

Formatting

ShortcutActionWhen to use
Ctrl + BBoldWrap the selection in **bold**.
Ctrl + IItalicWrap the selection in *italic*.
Ctrl + KInsert linkConvert the selection to a Markdown link [text](url).
Ctrl + `Inline codeWrap the selection in backticks `code`.
Ctrl + Shift + 8Bullet listConvert the selected lines to a - bullet list.
Ctrl + Shift + 7Numbered listConvert the selected lines to a 1. numbered list.
Ctrl + ]Increase indentIndent the selected lines by one level.
Ctrl + [Decrease indentOutdent the selected lines by one level.

Help

ShortcutActionWhen to use
Ctrl + ?Show keyboard shortcutsOpen the in-app shortcuts dialog. Mirrors this page.
Tip: The MarkStudio-specific shortcuts to remember are Ctrl+1/2/3 (views), Ctrl+Shift+T (theme), Ctrl+Alt+P (Paperback), Ctrl+Shift+D (working folder), and the Ctrl+Shift+H/P/W export trio.