ulyssa / modalkit

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

Support clipboard registers #31

Closed ulyssa closed 1 year ago

ulyssa commented 1 year ago

There are two registers, Register::SelectionClipboard and Register::SelectionPrimary, that map onto the operating system's clipboard. On X11 and Wayland, these are two different selections, and need to be fetched in different ways.