How to copy the contents of one register to another without pasting on clipboard? I\'d yanked one text and it got yanked in the default \" register. Now I want to c
\"
You can do something like this:
let @a = getreg('"')
That'll copy the " register to the a register.
"
a