learnbyexample@programming.dev to Linux@lemmy.mlEnglish · 1 day agoWhat's involved in getting a "modern" terminal setup?jvns.caexternal-linkmessage-square11linkfedilinkarrow-up127arrow-down118
arrow-up19arrow-down1external-linkWhat's involved in getting a "modern" terminal setup?jvns.calearnbyexample@programming.dev to Linux@lemmy.mlEnglish · 1 day agomessage-square11linkfedilink
minus-squareDeuxChevaux@lemmy.worldlinkfedilinkarrow-up3·24 hours agoOf all of these things, i only miss a shared clipboard between Vim and the rest of the system (or vice versa). That would be rad!
minus-squareCorneliusTalmadge@lemmy.worldlinkfedilinkEnglisharrow-up3·19 hours agoThis is possible you just need a version of VIM that was compiled with the clipboard feature enabled.
minus-squarebisby@lemmy.worldlinkfedilinkarrow-up2arrow-down1·18 hours agoSometimes you need to specify in config which clipboard to use on unix systems that might have multiple clipboards too
Of all of these things, i only miss a shared clipboard between Vim and the rest of the system (or vice versa). That would be rad!
This is possible you just need a version of VIM that was compiled with the clipboard feature enabled.
Sometimes you need to specify in config which clipboard to use on unix systems that might have multiple clipboards too