ulyssa / modalkit

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

Want components for storing digraphs, marks, and registers #6

Closed ulyssa closed 2 years ago

ulyssa commented 2 years ago

The Vim model of editing shares a lot of information between buffers, and also sometimes has buffer-local values. I'd like some components that can track this kind of information (digraphs, marks, and registers for now) and can be shared between the buffers.