learnbyexample@programming.dev to Linux@lemmy.mlEnglish · 4 days agoWhat's involved in getting a "modern" terminal setup?jvns.caexternal-linkmessage-square15linkfedilinkarrow-up133arrow-down118
arrow-up115arrow-down1external-linkWhat's involved in getting a "modern" terminal setup?jvns.calearnbyexample@programming.dev to Linux@lemmy.mlEnglish · 4 days agomessage-square15linkfedilink
minus-squaredislabled@lemmy.mllinkfedilinkarrow-up1·3 days agoAre you talking about the + register? You could also map this to be the default “yank” register.
minus-squareDeuxChevaux@lemmy.worldlinkfedilinkarrow-up2·2 days 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.