vim - How to properly paste in bash? -
whenever copying on multiline sections of code, copy , paste breaks them separate lines.
for example if copy following text;
printf"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxxxxxxx "
it separate 2 lines.
i copy highlighting , pasting shift+insert.
any suggestions?
if use vim (as tagged), yy
copy , p
paste.
Comments
Post a Comment