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

Programmer Humor

19176 readers
1688 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
922
Songs about Vim (programming.dev)
submitted 6 months ago* (last edited 6 months ago) by chraebsli@programming.dev to c/programmer_humor@programming.dev
 

.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] swab148@startrek.website 20 points 6 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?

[โ€“] Mohaim@beehaw.org 8 points 6 months ago* (last edited 6 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)