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 editore: edit the selected note in the in-app 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; noteui updates onlysync.default_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 notesK: remove tags from 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, and markdown links reveal their URL only while selected- In link nav:
forenterfollows the selected link; for wikilinks, opens the referenced note;[[target|label]]resolves bytarget; 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 screen, including[[target|label]]n/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
In-app editor¶
The in-app editor shows the same rendered preview as the preview pane, with a cursor line highlighted. Every source line is individually selectable and editable.
e: open the selected note in the in-app editorenter/o: keep using the external editor path (unchanged)ctrl+f: toggle full-screen mode on and off (overrides the TOML default for the session)- Normal mode supports
h,j,k,l,w,b,e,0,^,$,gg,G;ctrl+left/ctrl+rightjump to the previous/next word start;home/endjump to the start/end of the line; prefixj/kwith a count to jump multiple lines (e.g.13j,8k);zzscrolls the view so the cursor line is centered j/kmoves one source line at a time (list items, headings, code lines, and paragraph lines each get their own cursor stop)- Insert and open commands:
i,a,I,A,o,O; pressingion a line shows that line as raw markdown with a text cursor; all other lines stay rendered - Insert mode editing:
backspacedeletes the previous character;ctrl+wdeletes backward to the previous word boundary - Edit operators:
d,c,y,x,s,S,dd,cc,yy,p,P;sdeletes the character under the cursor and enters insert mode;Sclears the entire line and enters insert mode - Visual mode:
vstarts character selection,Vstarts line selection; extend withh/j/k/l, motion keys,ctrl+left/ctrl+right, orhome/end;yyanks selection and copies it to the system clipboard;ddeletes;cchanges - Search:
/,?,n,N - Command line:
:w,:w!,:wq,:q,:q!,:e!;:qreturns to preview without saving;:<n>(e.g.:42) jumps to line numbern;:set rnu/:set relativenumberenables relative line numbers (persisted to config);:set nornu/:set norelativenumberdisables them tt: toggle a checkbox on the current line (- [ ]to- [x]and back)gl: open the note picker and insert a wikilinkgu: prompt for a URL and insert or wrap a markdown link
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; press/ortabto filter by theme name, alias, or description;escrestores the original theme,entersaves onlytheme.name
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.