logo
Install
Docs
Releases
Install
Docs
Releases
logo
What Fold is
Getting started
Sessions
Workspaces
Remote sessions
Editor
Git
Search
Notes
Terminal
Settings
Shortcuts

Updated: 2026/9/19 21:57:56

PreviousGit
NextNotes

#Search

⌘P opens one search field over the stage. As you type, one list answers with:

  • Files — by fuzzy name, across the focused workspace. Build output and other noise are skipped; .git and .fold are never walked.
  • Contents — lines in files that match, with the hit highlighted.
  • Notes — your notes, reached through the notes list rather than the file tree.
  • Commands — every command Fold has, with its shortcut. Picking one runs it.

Enter opens the selected row: a file opens as a document pane, a content hit opens at its line, a command runs. ⌘-click, or ⌘-Enter, opens it to the side instead.

#Modes

KeyDoes
⌘Psearch — everything
⌘⇧Pthe command palette — the search in commands mode. Typing > on an empty field does the same.
⌘⇧Fsearch file contents — the search in contents mode. It never searches the terminal.

#The cheatsheet

⌘/ shows every shortcut that exists, grouped: Fold, editor, note editor, terminal, app. A binding that is missing from the sheet is a bug, not a choice.