this post was submitted on 11 May 2024
555 points (96.8% liked)
Programmer Humor
19522 readers
237 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I can't tell if ops joke is "intentionally confusing buffers with registers" and everyone is playing along or if people aren't making the distinction between the two in this thread.
Which is ironic and humorous...potentially by accident.
I'm an idiot and I think I confused the two haha
My thought process based on when I setup my config: "yank copies to my main 'buffer', yank copies to system clipboard through that special 'buffer', and delete deletes without replacing what's in my main 'buffer'. I have multiple clipboards!"
Completely forgot they're called registers and that buffers are just "where text is" (at least as far as I understand it)