Expand description
Range-finder module - POLICY layer.
This module provides jump navigation and code folding:
- Jump navigation:
s{char}{char}two-char search with label overlay - Code folding:
za/zo/zc/zR/zMfold commands
§Architecture (#524)
Jump state (JumpSessionState) and fold state (FoldSessionState) are
independent SessionExtension types. Jump labels are rendered by client
extensions via ExtensionStateBridge.
The module registers its own mode (range-finder:jump-input) for label
selection. The parent mode for keybinding inheritance is injected by
the personality manifest (e.g., vim.toml) via ModeBridgeStore.
Modules§
- find_
char - Enhanced find-char command with multi-match jump labels.
- fold
- Code folding sub-module.
- jump
- Jump navigation sub-module.
Structs§
- Range
Finder Module - Range-finder module providing jump navigation and code folding.