Vim 101: Registers
It’s possible to use Vim without learning about registers, but to be really productive it’s worth spending some time to understand how actions and commands use them.
There are several groups of registers. Typing help :registers
will display these. To see all of the…