whats_all_this_then@programming.dev to Programmer Humor@programming.dev · 2 years agoI still don't get buffersprogramming.devimagemessage-square64fedilinkarrow-up1473arrow-down117
arrow-up1456arrow-down1imageI still don't get buffersprogramming.devwhats_all_this_then@programming.dev to Programmer Humor@programming.dev · 2 years agomessage-square64fedilink
minus-squarePsaldorn@lemmy.worldlinkfedilinkarrow-up23·edit-22 years agoYou just do " (listen for next character as register name) Then, say q,w,e etc, then yy to yank as normal. So "wyy To retrieve it you use "wp To add to it "Wyy To view them :reg Remember you can make "w anything, like "x or "p And each time you yank it gets pushed into the default register history "0 "1 "2 etc
minus-squareemergencybird@lemmy.worldlinkfedilinkarrow-up5·2 years agoI didn’t know about registers, thank you for this!
minus-squareamphetaminisiert@feddit.nllinkfedilinkarrow-up3·2 years agoOk I have to save that 🥲 thanks!
You just do " (listen for next character as register name)
Then, say q,w,e etc, then yy to yank as normal.
So
"wyyTo retrieve it you use
"wpTo add to it
"WyyTo view them :reg
Remember you can make "w anything, like "x or "p
And each time you yank it gets pushed into the default register history "0 "1 "2 etc
I didn’t know about registers, thank you for this!
Ok I have to save that 🥲 thanks!