hx
Installation
SKILL.md
Helix
Modal text editor with selection-first editing and tree-sitter integration. The model is simple: select text first, then act on it (delete, yank, change). Supports multiple simultaneous selections.
Modes & Navigation
- Normal: navigation and editing —
iinserts before selection,venters select mode - Insert: typing mode —
jkorEscapereturns to Normal - Select/extend: making multi-cursor selections
Key commands in Normal mode:
/search forward,n/Nnext/previous matchgdgo to definition,]d/[dnext/previous diagnosticSpaceopens Space mode (pickers, LSP actions)ma/miselect around/inside textobjects (tree-sitter aware)