this post was submitted on 17 Mar 2024
923 points (97.4% liked)

Programmer Humor

19511 readers
314 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 1 year ago
MODERATORS
923
Songs about Vim (programming.dev)
submitted 7 months ago* (last edited 7 months ago) by [email protected] to c/[email protected]
 

.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 20 points 7 months ago (11 children)

Just because this is a vim meme, does anyone know how to copy text from one instance of vim to the other?

[โ€“] [email protected] 8 points 7 months ago* (last edited 7 months ago)

Install xclip then press "+y (double-quote plus-sign y) to yank to system clipboard then "+p to put from sys clipboard

load more comments (10 replies)