This is supposed to be a complete list of keyboard shortcuts. Note that some of these may work only in certain contexts (e.g. in tree pane or note editor).
It is also possible to configure most keyboard shortcuts in Options -> Keyboard shortcuts. Using global:
prefix, you can assign a shortcut which will work even without Trilium being in focus (requires app restart to take effect).
UP
, DOWN
- go up/down in the list of notes, CTRL-SHIFT-UP
and CTRL-SHIFT-DOWN
work also from editorLEFT
, RIGHT
- collapse/expand nodeALT+LEFT
, ALT+RIGHT
- go back / forwards in the historyCTRL+J
- show “Jump to” dialogCTRL+.
- scroll to current note (useful when you scroll away from your note or your focus is currently in the editor)BACKSPACE
- jumps to parent noteALT+C
- collapse whole note treeALT+-
(alt with minus sign) - collapse subtree (if some subtree takes too much space on tree pane you can collapse it)#keyboardShortcut
with e.g. value Ctrl+I
. Pressing this keyboard combination will then bring you to the note on which it is defined. Note that Trilium must be reloaded/restarted (Ctrl+R) for changes to be in effect.See demo of some of these features in note navigation.
CTRL+click
- (or middle mouse click) on note link opens note in a new tabOnly in desktop (electron build):
CTRL+T
- opens empty tabCTRL+W
- closes active tabCTRL+Tab
- activates next tabCTRL+Shift+Tab
- activates previous tabCTRL+O
- creates new note after the current noteCTRL+P
- creates new sub-note into current noteF2
- edit prefix of current note cloneCTRL+UP
, CTRL+DOWN
- move note up/down in the note listCTRL+LEFT
- move note up in the note treeCTRL+RIGHT
- move note down in the note treeSHIFT+UP
, SHIFT+DOWN
- multi-select note above/belowCTRL+A
- select all notes in the current levelSHIFT+click
- multi select note which you clicked onCTRL+C
- copies current note (or current selection) into clipboard (used for cloningCTRL+X
- cuts current (or current selection) note into clipboard (used for moving notes)CTRL+V
- pastes note(s) as sub-note into current note (which is either move or clone depending on whether it was copied or cut into clipboard)DEL
- delete note / sub-treeTrilium uses CKEditor 5 for the text notes and CodeMirror 5 for code notes. Check the documentation of these projects to see all their built-in keyboard shortcuts.
ENTER
in tree pane switches from tree pane into note title. Enter from note title switches focus to text editor. CTRL+.
switches back from editor to tree pane.CTRL+K
- create / edit external linkCTRL+L
- create internal (note) linkALT+T
- inserts current date and time at caret positionCTRL+.
- jump away from the editor to tree pane and scroll to current noteThese are hooked in Electron to be similar to native browser keyboard shortcuts.
F5
, CTRL-R
- reloads trilium frontendCTRL+SHIFT+I
- show developer toolsCTRL+F
- show search dialogCTRL+-
- zoom outCTRL+=
- zoom inALT+O
- show SQL console (use only if you know what you’re doing)ALT+M
- distraction-free mode - display only note editor, everything else is hiddenF11
- toggle full screenCTRL+S
- toggle search form in tree paneALT+A
- show note attributes dialog