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 -

c# - WPF+EF - The operation cannot be completed because the DbContext has been disposed -

jsf - How to ajax update an item in the footer of a PrimeFaces dataTable? -