Is it possible to combine registers in vim? For example, if I have registers "a, "b, "c, can I easily create register "d which is a concatenation of all three? That is, without pasting them all and then selecting the whole thing.
|
feedback
|
|
With the command With the command Lets say your registers are filled as follows (inspected using the reg command)
Then you can call
or
And your register d looks like
| |||||||
feedback
|