For example, copy multiple lines A:
'fjalkfjljfllfs' 'dasldkjlasdjla' 'jlfajldjaflajl' they are random string with same length.
I have multiple lines text B and want to insert A into B's same position (not begin or end):
'xxxx fjalkfjljfllfs xxxxx' 'xxxx dasldkjlasdjla xxxxx' 'xxxx jlfajldjaflajl xxxxx' in vim, is there a way to do this?