VIM Insert in paste mode
We can copy a text from anywhere and paste into vim using the insert mode with the paste option by just typing: yo or yO:
yo
<paste>
this is equivalent to:
:set paste
o
<paste>
:set nopaste
Tweet
We can copy a text from anywhere and paste into vim using the insert mode with the paste option by just typing: yo or yO:
yo
<paste>
this is equivalent to:
:set paste
o
<paste>
:set nopaste
Tweet