this post was submitted on 26 Oct 2024
638 points (96.9% liked)

Programmer Humor

32348 readers
553 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 4 points 5 days ago (1 children)

Vim has a better way, it's called :set clipboard=unnamedplus (alternatively, one can bind anything else to copy/paste to/from system cliboards). Not sure why would one use a mouse for this, honestly

[โ€“] [email protected] 2 points 5 days ago

I think if you want to copy a specific selection to a mouse-based, different program then it makes sense to use the mouse for precision selection.