Expand description
Buffer mode system for buffer-local keybindings
This module implements an Emacs-style major mode system where each buffer can have its own mode that defines keybindings. Modes support inheritance, allowing derived modes to extend parent modes.
Structsยง
- Buffer
Mode - A buffer mode that defines keybindings and behavior for a type of buffer
- Mode
Registry - Registry for buffer modes