我在Windows中使用VIM。问题是,我想使用CtrlV作为可视模式。但是,此键与Windows粘贴有冲突。如何将此键重置回VIM可视模式,而不是粘贴。我喜欢在我的_vimrc配置文件中设置。
从
the VIM documentation:
Since CTRLV is used to paste,you can’t use it to start a blockwise Visual
selection. You can use CTRLQ instead. You can also use CTRLQ in Insert
mode and Command-line mode to get the old meaning of CTRLV. But CTRLQ doesn’t work for terminals when it’s used for control flow.
版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。