On Thu, Jan 27, 2011 at 9:28 PM, Mike Gilbert <[email protected]> wrote: > On Thu, Jan 27, 2011 at 2:22 PM, Mark Knecht <[email protected]> wrote: >> I solved it by creating a .vimrc file and putting >> >> set pastetoggle=<F2> > > Running :set paste will do the job as well if you don't want to assign > a hot key for it. > >
I usually do as Mike suggest. When I need to paste stuff into vim I just type :set paste and paste the stuff and continue working. Best regards Petri

