Skip to main content

Module buffer_mode

Module buffer_mode 

Source
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ยง

BufferMode
A buffer mode that defines keybindings and behavior for a type of buffer
ModeRegistry
Registry for buffer modes