The vim binary shipped with the git for windows package has integration with OS clipboard enabled and I hate it. So many times I attempt to replace a word with something from the clipboard with cw + shiftinsert, only to be frustrated because the cw command ruined the clipboard by overwriting with the thing I wanted to replace.
So how do I disable this completely and forever, so that vim never ever interacts with the OS clipboard?
set clipboard=""in your vimrc?:h g:clipboard– statox Feb 23 '21 at 14:33:h g:clipboardexists in neovim but not in vim. – statox Feb 23 '21 at 15:06