我在Windows中使用VIM。问题是,我想使用CtrlV作为可视模式。但是,此键与Windows粘贴有冲突。如何将此键重置回VIM可视模式,而不是粘贴。我喜欢在我的_vimrc配置文件中设置。
从
the VIM documentation:
Since @H_404_7@CTRL@H_404_7@V is used to paste,you can’t use it to start a blockwise Visual
selection. You can use @H_404_7@CTRL@H_404_7@Q instead. You can also use @H_404_7@CTRL@H_404_7@Q in Insert
mode and Command-line mode to get the old meaning of @H_404_7@CTRL@H_404_7@V. But @H_404_7@CTRL@H_404_7@Q doesn’t work for terminals when it’s used for control flow.