chraebsli@programming.dev to Programmer Humor@programming.dev · edit-28 months agoSongs about Vimprogramming.devimagemessage-square46fedilinkarrow-up1504arrow-down114file-text
arrow-up1490arrow-down1imageSongs about Vimprogramming.devchraebsli@programming.dev to Programmer Humor@programming.dev · edit-28 months agomessage-square46fedilinkfile-text
minus-squareswab148@startrek.websitelinkfedilinkarrow-up4·8 months agoJust because this is a vim meme, does anyone know how to copy text from one instance of vim to the other?
minus-squareembed_me@programming.devlinkfedilinkarrow-up2·8 months agoYou can yank text to system clipboard buffer ie +. Then paste 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
minus-squaretheFibonacciEffect@feddit.delinkfedilinkarrow-up1·8 months agoI think you can just use y and p
Just because this is a vim meme, does anyone know how to copy text from one instance of vim to the other?
You can yank text to system clipboard buffer ie +. Then paste 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 think you can just use y and p