Expand description
Buffer mode system for buffer-local metadata
Modes define per-buffer behavior: read-only state, text input handling, and plugin attribution. Keybinding resolution is handled by KeybindingResolver.
Structs§
- Buffer
Mode - A buffer mode that defines behavior for a type of buffer
- Mode
Registry - Registry for buffer modes — stores metadata only.