Raveen Kumar

Vim append yank

Vim append yank

Append vim yank

https://stackoverflow.com/questions/380379/how-to-add-lines-to-a-vim-register-without-overwriting-it

If you want to append to a named register use it’s corresponding upper case character. i.e. In your example:

"ayy
"Ayy
"ap

#Vim