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

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -