Skip to content

Search

Global search results

Three ways to find things in Lokus:

ToolShortcutWhat it does
Global search⌘⇧FSearches the text of every note on disk, instantly
Quick switcher⌘PJumps to any file by name
Find in note⌘FSearches inside the open note
Command palette⌘KFinds commands, not notes

Global search reads your vault from disk on every query, so results are always current — a note you saved a second ago is searchable now, with no index to rebuild or corrupt.

  • Matches are shown with the surrounding line as context.
  • Title and filename matches rank above body matches.
  • Works on vaults of any size; search is a native (Rust) scan, so it stays fast even where JS indexes would choke.

⌘P opens a fuzzy file picker over your whole vault. Type part of the name; arrow keys + Enter open the note. This is the fastest way to move between notes without touching the mouse.

⌘F searches the open note with match highlighting; ⌘H opens find-and-replace.

Two structural ways to “search” without typing a query:

  • Tags — click a tag (or open the tags panel) to list every note carrying it. See Tags.
  • Backlinks — open any note and the right sidebar lists every note that links to it. See Wiki Links.