@[email protected] to Programmer [email protected] • 1 year agoI still don't get buffersprogramming.devimagemessage-square96fedilinkarrow-up1568
arrow-up1568imageI still don't get buffersprogramming.dev@[email protected] to Programmer [email protected] • 1 year agomessage-square96fedilink
minus-squarePsaldornlinkfedilink28•edit-21 year 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-square@[email protected]linkfedilink6•1 year agoI didn’t know about registers, thank you for this!
You 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
I didn’t know about registers, thank you for this!
Ok I have to save that 🥲 thanks!