this post was submitted on 05 Mar 2026
597 points (95.6% liked)
Programmer Humor
30222 readers
460 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
to use the system clipboard I select with the mouse while holding shift, then do ctrl-shift-c iirc. That'll use the terminal emulator highlight and the system clipboard. At least on my machine, using kitty. Idk all the pieces that need to be in place for this to work.
Yep, and then Ctrl+Shift+V for paste.
But if you're pasting from Micro to Micro, and it's from the same session (horizontal/vertical splits, other tabs, elsewhere in the same document), you don't need to go to the system clipboard and can drop the Shift.