10 Sep 2020

Enable Pasting into vim in Windows 10

Open Powershell as an Adminstrator, then use the vim command:


:edit $MYVIMRC

which will edit your .vimrc whereever it is then added this to it:


source $VIMRUNTIME/mswin.vim

behave mswin

and then save via the usual route.