Skip to main content

Module buffer_mode

Module buffer_mode 

Source
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§

BufferMode
A buffer mode that defines behavior for a type of buffer
ModeRegistry
Registry for buffer modes — stores metadata only.