Expand description
The keyboard command system: one static binding table drives
both dispatch (lookup) and the command bars (bar_items), so
a binding shown in a bar is by construction the binding that
fires.
Structs§
- Binding
- KeyChord
- When
- Applicability of a binding, shared by dispatch and the bars. Bindings apply in Normal mode only — Command mode keys go to the line editor, and any key closes Help.
Enums§
- Bar
- Command
- Everything the reducer can be asked to do. Key bindings produce
the simple variants; the ‘:’ command line produces
Ex.
Statics§
- KEYMAP
- The single source of truth. Order matters twice over: the first matching row dispatches, and bar order follows table order.