Documentation

Lattice user-facing reference, organized by topic. The goal here is what :help does in vim and C-h i does in emacs: every feature has a deep-dive doc you can read end-to-end when you need to understand it, and skim when you just need a keystroke.

Start here

All topics

TopicDescription
Getting StartedTen-minute orientation: open/save, command line, splits
Modal EditingNormal/Insert/Visual/Search/Replace, operators, motions, text objects
ModesMajor + minor modes, activation, option resolution
Ex-commands:w, :e, :s, :g, ranges, aliases
Buffers and PanesRegistry, splits, file tree, navigation
File tree & OilBrowse/edit filesystem, oil-style writable listings
MultibufferExcerpts, composed views, search results
Project Search:search, streaming results, jump-to-source
Narrow Modezn operator, edit-in-view, stacked
Diff & Merge:diffthis, ]c/[c, do/dp, two/three-way
Display & LayoutSoft-wrap, tab width, scroll-off
ModelinePer-pane status row, zones, customization
Themes:colorscheme, live preview, customization
FoldingManual/indent/tree-sitter folds
CompletionInsert-mode completion, snippets, ghost text
PickerFuzzy finder, file/grep/buffer/outline, frecency
Options:set, TOML, groups, live reference
LSPLanguage servers, capabilities, commands
lsp-modeUmbrella minor mode, sub-modes, gating
emacs-keys-modeC-x leader over vim
Help:describe-*, :apropos, :keymap
PluginsWASM Component Model, capabilities, API
init.rsRust/WASM config: commands, events, keybinds
TerminalPTY buffer
TutorInteractive lesson sequence
Claude CodeAI agent IDE peer
OpenCodeAI agent TUI integration
LanguagesBundled grammars, adding new ones

Where to look next

  • I want to do X right now — jump to the topic and search for the keystroke
  • I want to understand how X composes — read the topic's sections
  • I want to know if a feature exists — check the implementation ledger
  • I want to know why it works this way — read the design spec