Open-Source Wikis

/

Helix

/

Features

helix-editor/helix

Features

Cross-cutting capabilities — things users care about that span more than one crate. Each feature page maps the user-facing behaviour back to the code paths that implement it.

Pages

  • Modal editing — Normal/Select/Insert modes, the keymap pipeline, mode transitions.
  • Multiple selections — How Range and Selection flow through every command.
  • Syntax highlighting — Tree-sitter, tree-house, queries, themes.
  • Language servers — LSP integration, completion, goto, diagnostics, code actions.
  • Pickers — Fuzzy file/buffer/symbol/diagnostic finders.
  • Debugger — DAP integration, breakpoints, stack inspection.
  • Themes — Theme TOML format, scope resolution, runtime themes.

What's not in this section

Built by Factory AutoWiki from public repository content. It is a generated preview for codebase exploration, not source-maintained documentation.

Features – Helix wiki | Factory