ulyssa / modalkit

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

Allow duplicating, trimming, and rotating selections #44

Closed ulyssa closed 1 year ago

ulyssa commented 1 year ago

There's already some basic support for multiple selections to help with managing Vim's counted inserts, and inserting around blockwise selections, but more work is needed for #32 in order to support Kakoune's editing style. To start with, I'm going to add: