VIM Ctrl-V Conflict with Windows Paste

前端 未结 8 1679
忘了有多久
忘了有多久 2020-12-12 11:27

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

8条回答
  •  粉色の甜心
    2020-12-12 12:21

    Check your _vimrc file and see if it sources mswin.vim. That script maps the ^v to the paste. You can either remove that line on your _vimrc file or disable the mapping commands directly on mswin.vim.

    Do a :help behave on vim for more info.

提交回复
热议问题