923
Songs about Vim
(programming.dev)
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.
You can yank text to system clipboard buffer ie +. Then paste (put) from the clipboard to any other vim process.
Keep in mind you should have clipboard support in your vim. If you're on ubuntu, install vim-gtk and you should be good
I'm on Debian, but my VM is an Ubuntu server, so that should work!