this post was submitted on 17 Feb 2026
25 points (83.8% liked)

Linux

13143 readers
816 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Telorand@reddthat.com 4 points 1 month ago (1 children)

As I've found with nvim using the lazy-vim config, no. That program, for example, requires a separate clipboard manager if you want to copy between it and your system.

[–] TwilightKiddy@programming.dev 3 points 1 month ago (1 children)

That's kind of the nature of this sort of apps. Instead of implementing the clipboard handler yourself, you just rely on whatever clipboard utility the system already has.

[–] poinck@lemmy.world 1 points 1 month ago

That's why I have disabeled it for vim. Infact I disabled mouse support alltogether.