I’m getting used to registers in Kakoune. I can use the " key to select a register and <c-r> to insert the contents of a register.
Using the command prompt and/or keyboard keys, how could I do something like the following?
- yank a selection to the
aregister - copy the contents of the
aregister to thebregister - insert the contents of the
bregister into the buffer