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.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
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
|
|||||||
|