- Install a version with vim with +clipboard. You can check your current setting with
:echo has('clipboard'). “1” is good, “0” is bad. This lets you access the system clipboard with (for example) “+p to paste. - Add
clipboard=unnamedto .vimrc and restart vim. You are now using the system clipboard by default for all cut/copy/paste operations.
