chraebsli@programming.dev to Programmer Humor@programming.dev · edit-21 year agoSongs about Vimprogramming.devimagemessage-square42linkfedilinkarrow-up1468arrow-down112file-text
arrow-up1456arrow-down1imageSongs about Vimprogramming.devchraebsli@programming.dev to Programmer Humor@programming.dev · edit-21 year agomessage-square42linkfedilinkfile-text
minus-squareswab148@startrek.websitelinkfedilinkarrow-up2·1 year 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·1 year 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
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