I am using VIM in Windows. The problem is that I want to use CtrlV as a visual mode. However, this key has conflict with Windows paste. How can I reset
I prefer the same keystrokes everywhere so I use this in my .vimrc to override mswin.vim:
if has('win32') " Avoid mswin.vim making Ctrl-v act as paste noremap endif