ulyssa / modalkit

A Rust library for building modal editing applications
Apache License 2.0
57 stars 8 forks source link

Allow for always adding a space when joining lines #46

Closed ulyssa closed 2 years ago

ulyssa commented 2 years ago

Kakoune's join behaviour always inserts a single space for every line break replaced. I'm going to add a JoinStyle to control EditAction::Join behaviour, instead of the current boolean.