ulyssa / modalkit

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

Support using registers with multiple selections #124

Open ulyssa opened 8 months ago

ulyssa commented 8 months ago

When using multiple selections to yank, delete or paste in Kakoune, the contents are kept as a vector of each selection's text in the register. Kakoune then has multiple keybindbings for pasting these:

This will need to be added for #32.