ulyssa / modalkit

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

Support splitting selections based on a regular expression #62

Open ulyssa opened 1 year ago

ulyssa commented 1 year ago

Kakoune supports splitting up a selection to either select matching regular expression (s) or to split at places where the regular expression matches (S). This will need to be added for #32.