Expand description
The ‘:’ command line: a minimal insert-at-cursor editor plus the ex-command parser.
Structs§
Enums§
- ExCommand
- A parsed ‘:’ command.
Functions§
- handle_
key - Handle one key press in Command mode: edit the buffer, cancel, or submit (parse and apply).
- parse