vim how to paste multiple lines insert into another multiple lines? -


for example, copy multiple lines a:

'fjalkfjljfllfs' 'dasldkjlasdjla' 'jlfajldjaflajl' 

they random string same length.

i have multiple lines text b , want insert b's same position (not begin or end):

'xxxx fjalkfjljfllfs xxxxx' 'xxxx dasldkjlasdjla xxxxx' 'xxxx jlfajldjaflajl xxxxx' 

in vim, there way this?

if mark lines via blockwise visual mode (ctrl + v) , copy them y can put them p.


Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -