this post was submitted on 07 Aug 2026
565 points (97.3% liked)

memes

22241 readers
2546 users here now

Community rules

1. Be civilNo trolling, bigotry or other insulting / annoying behaviour

2. No politicsThis is non-politics community. For political memes please go to !politicalmemes@lemmy.world

3. No recent repostsCheck for reposts when posting a meme, you can only repost after 1 month

4. No botsNo bots without the express approval of the mods or the admins

5. No Spam/Ads/AI SlopNo advertisements or spam. This is an instance rule and the only way to live. We also consider AI slop to be spam in this community and is subject to removal.

A collection of some classic Lemmy memes for your enjoyment

Sister communities

founded 3 years ago
MODERATORS
 
top 50 comments
sorted by: hot top controversial new old
[–] glibg10b@lemmy.zip 5 points 10 hours ago

*select*

*middle mouse button click*

[–] undefinedTruth@lemmy.zip 2 points 10 hours ago

Middle Click Paste Linux Master Race!

[–] WraithGear@lemmy.world 4 points 12 hours ago (1 children)

…. control-shift-v

that is all

[–] echodot@feddit.uk 3 points 12 hours ago

I wish there was a way of making that the default behavior, I spent so much time removing random formatting that people have inserted into excel documents.

CoPilot likes to come in and tell me about all of the errors in the spreadsheet, but it's really clunky and slow so it's often easier to just fix them manually, it never fixes formatting issues the stupid thing.

[–] n7gifmdn@lemmy.ca 6 points 15 hours ago (1 children)

You press ctrl+c 20 times. I press ctrl +x then ctrl +v once. We are not the same

[–] KingOfTheCouch@lemmy.ca 1 points 12 hours ago

And then ctrl-z a bunch of times because fuckfuckfuck

[–] k0e3@lemmy.ca 1 points 10 hours ago

I use my mouse's wheel tilt.

[–] DiggyDiggyMole@lemmy.world 4 points 14 hours ago

nvim packs the most essential features 😍

[–] ConstantPain@lemmy.world 14 points 20 hours ago (1 children)

It's a UX issue. Ctrl+c has no feedback to the user.

[–] ghen@sh.itjust.works 7 points 19 hours ago (2 children)

It's also just a Windows issue because it doesn't recognize that I pressed control c sometimes

[–] mhzawadi@lemmy.horwood.cloud 1 points 9 hours ago

Not a windows only thing, I have a Mac and I end up pressing command+c 20 times too

[–] bangupjobasusual@lemmy.world 1 points 13 hours ago (1 children)

It is absolutely a windows 11 clipboard issue, which fails silently ALL OF THE TIME.

[–] echodot@feddit.uk 1 points 12 hours ago

Yeah sometimes it just types a space. Like where did it get that from I have never in my entire life copied a single space character.

[–] httperror418@lemmy.world 9 points 20 hours ago* (last edited 11 hours ago) (2 children)

Don't you mean ctrl + shift + c if in terminal and ctrl+c elsewhere

[–] mhzawadi@lemmy.horwood.cloud 2 points 9 hours ago

On Mac, iterm has a highlight to copy feature that I love and miss when I have to use someone else's mac

load more comments (1 replies)
[–] Lucidlethargy@sh.itjust.works 16 points 1 day ago (2 children)

This is a huge problem in windows now and it never used to be.

Everything Microsoft does seems to degrade that shit OS daily.

[–] mrgoosmoos@lemmy.ca 11 points 23 hours ago (2 children)

it pisses me off so much. literally every month some new feature/bug is added to critical software that we use and which results in clearly quantifiable wasted time, money, and stress

the ctrl+c issue alone has cost the company a few thousand dollars in the past year from the few cases I can think of off the top of my head. there's a bit of software that we use where we need to enter the information that exists in one field into another field. obviously copy paste is the way to do this, it's simple and it should work, right? except the program is built on Access and has its own problems on top of Windows fucking everything up. so what happens is people paste the previous copy into the new field instead of the newly-attemped copy. and that results in people spending hundreds of dollars to order the wrong part. bc the fucking software is garbage to interact with.

[–] echodot@feddit.uk 3 points 12 hours ago

The one that pisses me off is when remote desktop randomly decides that the clipboard isn't going to sync over anymore.

[–] binarytobis@lemmy.world 4 points 16 hours ago

I’ll never understand why successful companies can’t just keep printing money, but give in to the insatiable desire to enshittify.

load more comments (1 replies)
[–] vala@lemmy.dbzer0.com 6 points 20 hours ago (2 children)

Vim has entered the chat

vwyp
[–] glibg10b@lemmy.zip 1 points 10 hours ago

You mean ywp? You don't need visual mode for a single motion lol

load more comments (1 replies)
[–] Funkt4st1c@lemmy.world 12 points 23 hours ago (1 children)

Mouse highlight -> middle mouse click

[–] spicehoarder@lemmy.zip 5 points 21 hours ago (6 children)

No. This is the dumbest UX decision anyone has ever made, and I will die on this hill. The keyboard is for text, and the mouse is used for navigation. Anything else, is a bastardization dreamt up by mad men.

[–] ILikeBoobies@lemmy.ca 4 points 18 hours ago

If you're using your mouse to highlight it already then it makes sense to paste with it.

load more comments (5 replies)
[–] urandom@lemmy.world 9 points 22 hours ago (1 children)

Selecting text to automatically copy it, and then pasting it with the middle mouse button is clearly the superior method.

load more comments (1 replies)
[–] cadekat@pawb.social 42 points 1 day ago (8 children)
load more comments (8 replies)
[–] justcallmelarry@lemmy.dbzer0.com 3 points 17 hours ago
[–] BenLeMan@lemmy.world 26 points 1 day ago (13 children)

FACT.

Does anyone here know why it's unreliable?

[–] pHr34kY@lemmy.world 26 points 1 day ago (1 children)

It wasn't always like this.

I swear every version of Windows between 3.11 and XP was 100% reliable. Then it just started... slipping.

What's weird is that it often works on the second try.

[–] jaybone@lemmy.zip 10 points 1 day ago (1 children)

If you’ve ever looked at windows desktop application source code (shudder) they have all this wacky shit around event handling in their native C/C++ APIs, which is a lot less clean that what you typically see in other languages / platforms which do similar event handling. It wouldn’t surprise me if that shit is hacky and buggy as fuck on the OS side of that implementation too.

So this would be your ctrl-c press event, and whatever handler code.

Though it’s been like 20 years since I looked at some of this. Maybe it’s better now, but somehow I doubt it.

[–] echodot@feddit.uk 2 points 12 hours ago

Microsoft screwing up something as simple as an event listener is peak Microsoft

[–] Ziglin@lemmy.world 3 points 18 hours ago

In my case it's mostly that browsers and as such also electron Apps unfocus textboxes when the window is unfocused for seemingly no reason, sometimes without giving visual indication meaning that I need to reselect it to copy it.

[–] Jesus_666@lemmy.world 9 points 1 day ago (2 children)

Because your company makes you use Azure Virtual Desktop to connect to a VM and AVD's clipboard handling is as unreliable as anything else from Microsoft?

[–] echodot@feddit.uk 3 points 12 hours ago

I have to connect to remote PC then from that connect to another remote PC then from that connect to another remote PC and then finally log in. I have to enter the same password like six times. It's a miracle anything syncs across that mess

load more comments (1 replies)
load more comments (10 replies)
[–] azvasKvklenko@sh.itjust.works 3 points 18 hours ago
[–] bitjunkie@lemmy.world 3 points 19 hours ago

cp -a ~/file1 ~/file2

[–] Caffeinated_Capybara@lemmy.world 2 points 17 hours ago

You can never be too sure.

[–] 87Six@lemmy.zip 13 points 1 day ago (5 children)

Meanwhile in Excel copy-paste is basically wired in with hopes and dreams

[–] Warl0k3@lemmy.world 2 points 13 hours ago* (last edited 13 hours ago)

(Microsoft bullshit survival tip: You can start a new instance of Excel by right clicking it's icon and, while holding alt the whole time, selecting something to open ("New workbook" or w/e shows up on the right click menu this week...). This separates the action history, so ctrl+z no longer jumps between workbooks.)

[–] SippyCup@lemmy.world 10 points 1 day ago

"These two columns... I see what you're doing here, I'll just continue that formula down ok?"

Great! How about this table? Can we copy this bit here and move it to-

"Your honor I have never seen this man in my life, I don't speak English, and I think he's threatening me."

load more comments (3 replies)
[–] wiccan2@thelemmy.club 18 points 1 day ago (12 children)

Where's CTRL + INSERT, SHIFT + INSERT

load more comments (12 replies)
load more comments
view more: next ›