learnbyexample@programming.dev to Linux@lemmy.mlEnglish · 2 months agoWhat's involved in getting a "modern" terminal setup?jvns.caexternal-linkmessage-square16linkfedilinkarrow-up135arrow-down117cross-posted to: [email protected]
arrow-up118arrow-down1external-linkWhat's involved in getting a "modern" terminal setup?jvns.calearnbyexample@programming.dev to Linux@lemmy.mlEnglish · 2 months agomessage-square16linkfedilinkcross-posted to: [email protected]
minus-squaredislabled@lemmy.mllinkfedilinkarrow-up1·2 months agoAre you talking about the + register? You could also map this to be the default “yank” register.
minus-squareDeuxChevaux@lemmy.worldlinkfedilinkarrow-up2·2 months agoI set it like this in .vimrc set clipboard=unnamedplus But when I yank anything, I cannot insert it somewhere else with ctrl-c.
Are you talking about the + register? You could also map this to be the default “yank” register.
I set it like this in .vimrc
set clipboard=unnamedplus
But when I yank anything, I cannot insert it somewhere else with ctrl-c.