Keybindings 

    Everything on one screen. Looking for how to change a binding? That's in Configuration → Key Bindings.

    In the app itself: F1 opens help, and Ctrl+G ? shows this same cheatsheet — with your custom bindings applied.

    Defaults 

    ActionDefault
    QuitCtrl+Q
    Leader (command sequences)Ctrl+G
    Command paletteCtrl+P
    PreferencesCtrl+,
    Query search (telescope)Ctrl+K
    Open note (fuzzy finder)Ctrl+O
    Toggle drawerCtrl+T
    Open file browser (FILES view)Ctrl+E
    Find in bufferCtrl+F
    Follow linkCtrl+Enter (modern terminals) / Ctrl+N
    New journal entryCtrl+J
    Quick noteCtrl+W
    Save current queryCtrl+D
    Saved searchesF3
    Sort dialogCtrl+R
    File operationsF2
    Switch workspaceF4
    Focus right / leftCtrl+L / Ctrl+H
    Bold / Italic / StrikethroughCtrl+B / Ctrl+I / Ctrl+S
    HelpF1 (cheatsheet: Ctrl+G ?)

    The Leader Tree 

    Everything else lives behind the leader: press Ctrl+G, then a short sequence. Pause mid-sequence and the which-key panel shows you what's next.

    GroupKeysExamples
    f +findf f files · f g grep/query · f t tags · f b backlinks · f r recent · f s saved searches · f h headings
    n +noten n new · n d daily · n t from template · n r rename · n m move · n D delete
    l +linksl b backlinks · l o outgoing · l u unlinked mentions
    o +openo f/q/t/k/l/c open a drawer view directly (files/find/tags/links/outline/config)
    g +gitg s status · g p sync/push · g l log · g d diff (log/diff/sync are display-only stubs)
    v +vaultv s switch vault · v r reindex · v c config panel · v t theme picker · v p preferences
    w +windoww z zen · w l/w h grow/shrink drawer
    m +this notem t toggle todo · m p preview · m c copy wikilink · m y yank path · m r rename
    pcommand palette
    ?help / cheatsheet

    How the leader works — and how to remap the whole tree — is covered in the TUI guide and Leader Tree Overrides.