ulyssa / modalkit

A Rust library for building modal editing applications
Apache License 2.0
49 stars 5 forks source link

Publicly export the Vim command functions #86

Closed ulyssa closed 1 year ago

ulyssa commented 1 year ago

The various functions for processing Vim commands should be exported so that their documentation can be attached to them specifically, and so that if anyone ever wants to map them to other aliases, or construct a VimCommandMachine with fewer mappings, then they can do so.