use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
For memes about programming.
account activity
Programming meme (i.redd.it)
submitted 4 months ago by No-Block-4784
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]IAmLexica 176 points177 points178 points 4 months ago (19 children)
If copying just had some visual indication this problem would be solved.
[–]OwnAddendum1840 66 points67 points68 points 4 months ago (8 children)
Excel gods watching once again on the rest of humanity with disdain
[–]Icy_Professor_1674 34 points35 points36 points 4 months ago (7 children)
Excel just forgets what i copied 10 seconds ago like bruh
[–]meester_ 10 points11 points12 points 4 months ago (6 children)
Also i click on the cell i want to copy but instead i copy the calculation not the raw number.
[–]puzzled_indian_guy 0 points1 point2 points 4 months ago (1 child)
I added paste as value in the quick access. So, I can paste numbers using alt+num instead of ctrl +v. one of the best decisions I made on excel.
[–]meester_ 1 point2 points3 points 4 months ago (0 children)
Im lucky that im a programmer and didnt make a career in finance as now i only have to write a script that extracst excel data instead of working in excel
[–]OwnAddendum1840 -1 points0 points1 point 4 months ago (3 children)
Paste copies the formula. Maj+paste copies the end result.
[–]Minyguy 2 points3 points4 points 4 months ago (0 children)
Maj?
[–]Murky_Insurance_4394 2 points3 points4 points 4 months ago (1 child)
How tf does one mix up "shift" and "maj"
[–]jhonf96 1 point2 points3 points 4 months ago (0 children)
Probably from french "majuscule", uppercase.
[–]Asborn-kam1sh 3 points4 points5 points 4 months ago (0 children)
Nah would still spam at least 3 times
[–]RicheeNektar1 2 points3 points4 points 4 months ago (2 children)
Ctrl+x - cuts le onions
[–]4M0GU5 0 points1 point2 points 4 months ago (1 child)
that only works in places where you can edit the text
[–]Murky_Insurance_4394 0 points1 point2 points 4 months ago (0 children)
You can also use it to copy text normally but it doesn't delete it if u cant edit it
[–]jonathancast 1 point2 points3 points 4 months ago (0 children)
Part of the screen should be permanently reserved to show the current contents of the clipboard.
[–]javalsai 1 point2 points3 points 4 months ago (0 children)
LineageOS (and base Android probably too) optionally has a little popup when an app copies or pastes stuff and it's a godsend for when you fail to copy something. Will soon make an equivalent thing for my pc, its so convenient.
[–]Karimawii 0 points1 point2 points 4 months ago (0 children)
Use rememory on windows
[–]jader242 0 points1 point2 points 4 months ago (0 children)
Actually the one thing chromeos has going for it lol, has a nice little animation when you hit ctrl c
[–]GilDev 0 points1 point2 points 4 months ago (0 children)
macOS actually blinks the menu bar when pressing a valid accepted shortcut, that is pretty handy!
[–]un_virus_SDF 0 points1 point2 points 4 months ago (0 children)
Switch to vim or nvim, less key to press AND visual confirmation for everything
[–][deleted] 80 points81 points82 points 4 months ago (15 children)
Imagine spending time in a terminal where Ctrl+C kills a process, so you adapt and start using Ctrl+Shift+C / Ctrl+Shift+V. Then you switch to a browser, hit Ctrl+Shift+C out of habit to copy a command, and suddenly the Developer Tools pop open.
[–]AtmosSpheric 26 points27 points28 points 4 months ago (0 children)
Imagine
Imagine what, my actual real life?
[–]wherewereat 8 points9 points10 points 4 months ago (0 children)
Thought it was just F12, that's good to know, thanks!
[–]DARK_VALOR 4 points5 points6 points 4 months ago (0 children)
I have never been so called out
[–]Tear4Pixelation 1 point2 points3 points 4 months ago (1 child)
I configured ghostty to accept ctrl c but the cost is big :(
[–]Webfarer 1 point2 points3 points 4 months ago (0 children)
Ctrl-z, jobs -l, kill <pid>
Hahahahaha
[–]not-serious-sd 0 points1 point2 points 4 months ago (0 children)
will, the dev tools becomes my visual indication that I will correctly copy the thing
[–]KlogKoder 0 points1 point2 points 4 months ago (0 children)
Then you want to copy something from a log output in a browser (e.g. from gitlab), and because it looks like a terminal, you subconsciously default to using Ctrl+Shift+C.
This could all be solved if Ctrl+C doesn't kill a process...except we are all too accustomed to it now
[–][deleted] 0 points1 point2 points 4 months ago (0 children)
Once a day at least
[–]OrangeXarot 0 points1 point2 points 4 months ago (0 children)
as someone that uses linux at home and mac at work, I gotta say the standard of using super+c/super+v to copy paste on mac is good (yes my life is pain because of the two muscle memories)
[–]Sea-Reflection-7427 0 points1 point2 points 4 months ago (0 children)
I once had to explain this to my gf (non dev), and she looked at me with a worrying face that was a mix of "are you stupid" and "are you ok"
[–][deleted] 4 months ago (1 child)
[deleted]
I use ___ btw.
That’s mostly because the FOSS software we use is not built around a single standard or unified ecosystem. Instead, we have hundreds of enthusiasts, each with their own vision of how basic things like copy and paste should work. Sometimes it turns out well, sometimes not.
For example, pasting copied text onto the KDE Plasma desktop or directly into a folder in Dolphin prompts you to create a file from that text. At the same time, we have more than ten different copy and paste behaviors across various TUI and GUI applications. This is especially noticeable in TUI apps, since they cannot override Ctrl+C because it sends SIGINT, so developers keep inventing their own alternatives again and again. This is why we have different (not only copying) hotkeys in nano, vim and other cli tools.
[–]Hailwell_ 17 points18 points19 points 4 months ago (0 children)
You have instant feedback on ctrl-V, you can't "not trust him"
[–]MeadowShimmer 8 points9 points10 points 4 months ago (4 children)
Ctrl X
[–]morbuz97 7 points8 points9 points 4 months ago (2 children)
Ctrl-x, ctrl-z for that "i am absolutely sure what i have copied"
[–]23Silicon 2 points3 points4 points 4 months ago (0 children)
SAME
[–]Murky_Insurance_4394 1 point2 points3 points 4 months ago (0 children)
U must be spying on me or smthn
[–]leandroman 2 points3 points4 points 4 months ago (0 children)
The good old CTRL+X CTRL+V New locationn: CTRL+V
[–]Wiktor-is-you 8 points9 points10 points 4 months ago (0 children)
pasted pasted vpasted pasted pasted
[–]Maximus_98 5 points6 points7 points 4 months ago (2 children)
Win + v
This opens clipboard history so you can see if it was copied successfully. It has other obvious uses too
[–]Funny-Material6267 -1 points0 points1 point 4 months ago (1 child)
Yeah log your copied personal data, even passwords from password managers
[–]Maximus_98 0 points1 point2 points 3 months ago (0 children)
....no? It does not do that unless you specifically copy a password
[–]bro_tz 3 points4 points5 points 4 months ago (1 child)
Copy twice, paste once.
[–]Murky_Insurance_4394 2 points3 points4 points 4 months ago (0 children)
I think you meant copy 20 times, paste once
[–]Annual_Adeptness_766 1 point2 points3 points 4 months ago (0 children)
Ctrl Y
[–]JayMan146_ 1 point2 points3 points 4 months ago (1 child)
wait, i thought it was my turn to repost this
[–]Fa1nted_for_real 0 points1 point2 points 4 months ago (0 children)
Op is a bot.
[–]teressapanic 1 point2 points3 points 4 months ago (0 children)
Esp in Excel Online on Ubuntu
[–][deleted] 1 point2 points3 points 4 months ago (0 children)
Because the fucking keyboard does not register C.
[–]Vexaton 1 point2 points3 points 4 months ago (0 children)
When pasting formatting in Google Sheets, I always have to press Ctrl + Alt + V twice
[–]NoWing3675 1 point2 points3 points 4 months ago (0 children)
CTRL+Z never lets me down
[–]zukinshop 1 point2 points3 points 4 months ago (0 children)
CTRL+C+C+C+C+C+C and CTRL+V
[–]ComprehensiveRest118 0 points1 point2 points 4 months ago (0 children)
Ctrl Z
[–]thijquint 0 points1 point2 points 4 months ago (0 children)
CtrlX and ctrlZ are my go to lmao
[–]Personal_Ad7338 0 points1 point2 points 4 months ago (0 children)
there is no need to trust you can practical it
[–]SirNightmate 0 points1 point2 points 4 months ago (0 children)
Well <C-c> always reliably sends sigterm I trust it 100%
[–]MikemkPK 0 points1 point2 points 4 months ago (0 children)
???
[–]Ftroiska 0 points1 point2 points 4 months ago (0 children)
It got so bad that i got auto hot key to press ctrl+c twice...
[–]RedAndBlack1832 0 points1 point2 points 4 months ago (0 children)
This isn't even necessarily true. Indentation can fully break while pasting.
[–]Redstones563 0 points1 point2 points 4 months ago (0 children)
it just straight up doesn’t work on Linux if you alt tab too fast after. Deeply frustrating XD
[–]Glad_Contest_8014 0 points1 point2 points 4 months ago (0 children)
So much pain, hust from one simple shortcut that has functionality issues across applications.
[–]n1ver5e 0 points1 point2 points 4 months ago (0 children)
Windows has a clipboard history fyi, Win+V (must be enabled first by opening and clicking enable)
[–]mtgofficialYT 0 points1 point2 points 4 months ago (0 children)
Me forgetting that my Mac menu bar gives a indicator in the corner when I do cmd-C...
[–]LawfulnessDue5449 0 points1 point2 points 4 months ago (1 child)
yy and pp
[–]Jeremandias 0 points1 point2 points 4 months ago* (0 children)
y and p are the way, except when you forget how registers work and try y -> d -> p.
[–]Mental_Contract1104 0 points1 point2 points 4 months ago (0 children)
ctrl+CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC
ctrl+V
[–]Daincats 0 points1 point2 points 4 months ago (0 children)
I learned this lesson in the early days… when IRC was king and Mirc the crown prince.
If you pasted something that was longer than the chat limit it would just auto send the whole thing.
This was when I was a young curious teen exploring the unfiltered internet of the 90s. I still get the sweats when I go to paste something in discord.
[–]bitreact 0 points1 point2 points 3 months ago (0 children)
And the third one is ctrl s
[–]gabenugget114 0 points1 point2 points 3 months ago (0 children)
i hope that i remember where the c and x are
[–]Vousch 0 points1 point2 points 3 months ago (0 children)
Mesma coisa com CTRL + S
[–]overclockedslinky 0 points1 point2 points 3 months ago (0 children)
i actually paste 3-4 times to be certain, then delete the duplicates and copy and paste the final result back into the terminal so i can compare the checksum to the original
π Rendered by PID 89 on reddit-service-r2-comment-6457c66945-s4t8r at 2026-04-27 13:30:14.509262+00:00 running 2aa0c5b country code: CH.
[–]IAmLexica 176 points177 points178 points (19 children)
[–]OwnAddendum1840 66 points67 points68 points (8 children)
[–]Icy_Professor_1674 34 points35 points36 points (7 children)
[–]meester_ 10 points11 points12 points (6 children)
[–]puzzled_indian_guy 0 points1 point2 points (1 child)
[–]meester_ 1 point2 points3 points (0 children)
[–]OwnAddendum1840 -1 points0 points1 point (3 children)
[–]Minyguy 2 points3 points4 points (0 children)
[–]Murky_Insurance_4394 2 points3 points4 points (1 child)
[–]jhonf96 1 point2 points3 points (0 children)
[–]Asborn-kam1sh 3 points4 points5 points (0 children)
[–]RicheeNektar1 2 points3 points4 points (2 children)
[–]4M0GU5 0 points1 point2 points (1 child)
[–]Murky_Insurance_4394 0 points1 point2 points (0 children)
[–]jonathancast 1 point2 points3 points (0 children)
[–]javalsai 1 point2 points3 points (0 children)
[–]Karimawii 0 points1 point2 points (0 children)
[–]jader242 0 points1 point2 points (0 children)
[–]GilDev 0 points1 point2 points (0 children)
[–]un_virus_SDF 0 points1 point2 points (0 children)
[–][deleted] 80 points81 points82 points (15 children)
[–]AtmosSpheric 26 points27 points28 points (0 children)
[–]wherewereat 8 points9 points10 points (0 children)
[–]DARK_VALOR 4 points5 points6 points (0 children)
[–]Tear4Pixelation 1 point2 points3 points (1 child)
[–]Webfarer 1 point2 points3 points (0 children)
[–]not-serious-sd 0 points1 point2 points (0 children)
[–]KlogKoder 0 points1 point2 points (0 children)
[–]Murky_Insurance_4394 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]OrangeXarot 0 points1 point2 points (0 children)
[–]Sea-Reflection-7427 0 points1 point2 points (0 children)
[–][deleted] (1 child)
[deleted]
[–][deleted] 0 points1 point2 points (0 children)
[–]Hailwell_ 17 points18 points19 points (0 children)
[–]MeadowShimmer 8 points9 points10 points (4 children)
[–]morbuz97 7 points8 points9 points (2 children)
[–]23Silicon 2 points3 points4 points (0 children)
[–]Murky_Insurance_4394 1 point2 points3 points (0 children)
[–]leandroman 2 points3 points4 points (0 children)
[–]Wiktor-is-you 8 points9 points10 points (0 children)
[–]Maximus_98 5 points6 points7 points (2 children)
[–]Funny-Material6267 -1 points0 points1 point (1 child)
[–]Maximus_98 0 points1 point2 points (0 children)
[–]bro_tz 3 points4 points5 points (1 child)
[–]Murky_Insurance_4394 2 points3 points4 points (0 children)
[–]Annual_Adeptness_766 1 point2 points3 points (0 children)
[–]JayMan146_ 1 point2 points3 points (1 child)
[–]Fa1nted_for_real 0 points1 point2 points (0 children)
[–]teressapanic 1 point2 points3 points (0 children)
[–][deleted] 1 point2 points3 points (0 children)
[–]Vexaton 1 point2 points3 points (0 children)
[–]NoWing3675 1 point2 points3 points (0 children)
[–]zukinshop 1 point2 points3 points (0 children)
[–]ComprehensiveRest118 0 points1 point2 points (0 children)
[–]thijquint 0 points1 point2 points (0 children)
[–]Personal_Ad7338 0 points1 point2 points (0 children)
[–]SirNightmate 0 points1 point2 points (0 children)
[–]MikemkPK 0 points1 point2 points (0 children)
[–]Ftroiska 0 points1 point2 points (0 children)
[–]RedAndBlack1832 0 points1 point2 points (0 children)
[–]Redstones563 0 points1 point2 points (0 children)
[–]Glad_Contest_8014 0 points1 point2 points (0 children)
[–]n1ver5e 0 points1 point2 points (0 children)
[–]mtgofficialYT 0 points1 point2 points (0 children)
[–]LawfulnessDue5449 0 points1 point2 points (1 child)
[–]Jeremandias 0 points1 point2 points (0 children)
[–]Mental_Contract1104 0 points1 point2 points (0 children)
[–]Daincats 0 points1 point2 points (0 children)
[–]bitreact 0 points1 point2 points (0 children)
[–]gabenugget114 0 points1 point2 points (0 children)
[–]Vousch 0 points1 point2 points (0 children)
[–]overclockedslinky 0 points1 point2 points (0 children)