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

founded 2 years ago
MODERATORS
 

me like use nano. nano say how do thing. nano exit easy.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] eager_eagle@lemmy.world 3 points 1 day ago* (last edited 1 day ago) (1 children)

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.

[โ€“] caseyweederman@lemmy.ca 1 points 19 hours ago

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.