Find, Replace, and Shortcuts

中文: 中文 · Editing Modes · Settings Overview

Find and replace (current note)

ActionWindows / LinuxmacOS
FindCtrl + F⌘ + F
ReplaceCtrl + H⌘ + H

Find bar supports:

  • Match case

  • Whole word

  • Regular expressions

  • Previous / next match

  • Replace / replace all

Vault-wide search lives in the Search tab (Ctrl/⌘ + Shift + F) — see Search Bookmarks Outline. Ctrl+F is in-document only.

Regex ideas (in-note only)

GoalExample patternReplace with
Strip a draft prefix^## Draft:\s*##
Normalize a labelTODO:Next:
Cautious wiki stub\[\[Old Title[[New Title

Review each hit. For real file renames, use the tree rename + link-rewrite policy instead of regex.

Three search scopes

ScopeEntryMatches
Current noteCtrl/⌘ + FText / regex in the open file
Whole libraryCtrl/⌘ + Shift + FCase-insensitive substring in names and contents (no operators)
Quick Openoften Ctrl/⌘ + OFuzzy filenames + recents

Editor shortcuts

ActionWindows / LinuxmacOS
BoldCtrl + B⌘ + B
ItalicCtrl + I⌘ + I
UnderlineCtrl + U⌘ + U
Inline codeCtrl + Shift + `⌘ + Shift + `
StrikethroughAlt + Shift + 5Alt + Shift + 5
LinkCtrl + K⌘ + K
Heading 1–6Ctrl + 1…6⌘ + 1…6
ParagraphCtrl + 0⌘ + 0
Heading level − / +Ctrl + = / Ctrl + -⌘ + = / ⌘ + -
Source modeCtrl + /⌘ + /
Focus modeF8F8
TypewriterF9F9
Paste plainCtrl + Shift + V⌘ + Shift + V
Hard breakShift + EnterShift + Enter

Block inserts (Alt chords)

ActionWindows / LinuxmacOS
Bullet listAlt + Ctrl + UAlt + ⌘ + U
Ordered listAlt + Ctrl + OAlt + ⌘ + O
Task listAlt + Ctrl + XAlt + ⌘ + X
BlockquoteAlt + Ctrl + QAlt + ⌘ + Q
Code blockAlt + Ctrl + CAlt + ⌘ + C
Math blockAlt + Ctrl + BAlt + ⌘ + B
Footnote markAlt + Ctrl + RAlt + ⌘ + R
Horizontal ruleAlt + Ctrl + -Alt + ⌘ + -
TableAlt + Ctrl + TAlt + ⌘ + T

Table row/column moves: Alt + Ctrl/⌘ + Arrow (platform variants exist). Exact bindings always win in Settings → Shortcuts when rebound.

App shortcuts (rebindable)

Defaults under Settings → Shortcuts:

ActionDefault (Ctrl = ⌘ on macOS)
SaveCtrl + S
Save AsCtrl + Shift + S
New fileCtrl + N
Quick Open / OpenCtrl + O
Open folderCtrl + Shift + O
CloseCtrl + W
Toggle sidebarCtrl + B
Search in filesCtrl + Shift + F
Open settingsCtrl + ,
Tree renameF2
Tree deleteDelete
Tree cut / copy / pasteCtrl + X / C / V (when the tree is focused)

“Open” in Inimark is often Quick Open (fuzzy note picker), not the OS file dialog. See Libraries and Files.

Font zoom

Ctrl/⌘ + mouse wheel zooms editor font size — handy for long reads.

Mental model

  • Current note — Ctrl/⌘+F find · B / I / K format

  • Current library — Quick Open · sidebar Search

  • App — Settings · toggle sidebar

Rebind keys → Settings Overview · Learn markup → Markdown Syntax · Stuck? FAQ and Troubleshooting.