Keybindings¶
This page documents the default keybindings that most users care about first.
Note
The in-app help view is the live source of truth if you override keybindings in your config.
Everyday keys¶
j/kor arrow keys: move selectionh/lor left/right: collapse or expand categoriesenteroro: open note in editorctrl+por:: open the command palette/: searchtab: switch focused panet: toggle between Notes and Temporary mode (tree focus)ctrl+t: toggle the global Todos modeq: quit?: show helpW: open the workspace pickerF: select the default sync profile
Create and organize¶
n: new note (shows a template picker if.templates/contains any template files; presseon a template entry to edit it)D: open or create today's daily note (defaults todaily/YYYY-MM-DD.md; see[daily_notes]in the configuration reference)ctrl+n: new template in.templates/ctrl+k: edit templates (opens template picker in edit mode)N: new temporary noteT: new todo listC: create categoryR: renamem: moved: delete the current item, or trash marked notes after confirmationA: add tags to the current note or marked notesv: mark the current note/category/temp noteV: clear current marks
Pins and sorting¶
p: pin current item or marked notesP: show pinned itemss: open sort menu; thenn=name,m=modified,c=created,s=size,r=reverse order,esc=cancel
Temporary lifecycle¶
M: promote the selected temporary note or marked temp-note batch into main notesctrl+a: archive the selected temporary note or marked temp-note batch intoarchive/tmp/ctrl+r: move the selected note or marked note batch into temporary notes
Todos mode¶
ctrl+t: toggle the global open-tasks viewj/k: move through open tasksenter: jump to the source notett: toggle the selected taskta: add a task to the selected notete: edit the selected tasktd: delete the selected tasktu: set or clear the selected task due datetp: set or clear the selected task priority
Preview controls¶
B: toggle preview privacyL: toggle preview line numbers]f/[f: enter link nav mode and jump to the next or previous link; navigates both[[wikilinks]]and regular[text](url)links; the selected link is highlighted- In link nav:
forenterfollows the selected link; for wikilinks, opens the referenced note; for external URLs, opens the URL in the system browser;escexits link nav enter: when not in link nav, follows the first visible[[wikilink]]on screenn/N: next or previous search match in preview]h/[h: next or previous heading in preview]t/[t: next or previous todo in previewtt: toggle the current todo checkboxta: add a todo itemte: edit the current todo itemtd: delete the current todo itemtu: set or clear the current todo due datetp: set or clear the current todo priorityctrl+u/ctrl+d: half-page scrollctrl+b/ctrl+f: page up/down
Advanced note actions¶
E: toggle encryptionH: open the version history modal for the selected local noteX: open the trash browser; lists notes trashed from the current workspace, sorted by deletion date; pressenterto restore,escto closeS: toggle sync for the selected local note (sync: local↔sync: synced)ctrl+s: toggle shared status of the selected note (sync: shared↔sync: local)O: open the generated conflict copy for the selected conflicted synced notectrl+e: open sync details for the selected unhealthy synced note; shows the issue, how long ago it occurred, and recovery options (rto retry sync,uto unlink a note whose remote copy is missing)Y: open the sync timeline, a scrollable log of recent sync runs with status, timestamps, and countsU: delete only the remote copy of a synced local notei: import the selected remote-only noteI: import all missing synced notesZ: undo the last trash operation; restores the trashed note or category to its original path (available until the next deletion or workspace switch)
Appearance¶
ctrl+y: open the theme picker; hover over themes to preview them live across the whole UI;escrestores the original theme,entersaves the selection
Customizing keybindings¶
Keybindings can be overridden in the [keys] section of the config file.
See Configuration reference for details.
For end-to-end sync behavior, see the Sync guide.