Today I Learned

hashrocket A Hashrocket project

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
See More #vim TILs
Every developer at Hashrocket is a Vim expert. Check out our development environment, Dotmatrix, and if you are in Chicago, come to the Vim Chicago Meetup hosted at our Chicago office.