ulyssa / modalkit

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

Want a string wrapper that understands movements and ranges #5

Closed ulyssa closed 2 years ago

ulyssa commented 2 years ago

A lot of the Vim editing model revolves around special cursor movements and ranges. I'd like to place this logic in its own trait for a wrapper around a string type. (For now, it will be wrapping xi_rope, although I might eventually change this depending on how well it works out.)