ulyssa / modalkit

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

Add Case::Title to support making text titlecase #38

Closed ulyssa closed 1 year ago

ulyssa commented 1 year ago

In order to support M-c for #33, there will need to be a need Case::Title enum to pass to EditAction::ChangeCase.