this post was submitted on 18 Mar 2026
573 points (96.7% liked)
Programmer Humor
30465 readers
2184 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 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Notepad's sole purpose is to remove formatting from copied text.
It still does that job perfectly fine.
ctrl+shift+v is your friend
Doesn't work everywhere...
But but but that’s unacceptable!
Custom hotkey to trigger simple plaintext clipboard script, couldn’t live without it.
(“Script“ is a scary word for many of us but you probably only ever see the code once or instead use some free open source clipboard manager that has “replace clipboard with plain text“ built-in.)
—
Anyway you’re right, I probably still use a similar workaround once a week!
Unsurprisingly Microsoft products are the least consistent with it
Not always (looking angrily at you Outlook, meanwhile your brother Excel excels (ha!) at doing this while inputting data).
Fuck excel. The default should be to leave whatever the fuck I paste in there alone. If I want you to reformat shit I'll tell you to reformat it.
??
Everytime I paste something it there, the formatting (for better or for worse) stays on whatever the source was.
But at least you can use the CTRL + Shift + V to paste it unformatted (Unlike Outlook)
Is it annoying enough you’d actually want to try fixing it or is the Notepad workaround good enough?
Try doing upc codes and see how you feel about it.
Oh yeah...Data type pasting is...Interesting :p
that doesn't usually work when copying between different Microsoft products. it always fucks it up somehow or simply doesn't let you
That command gives me a bunch of more hoops to jump through
You can use Neovim (or any CLI text editor) for that