gvim 冲突快捷键
Posted wanderingfish
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了gvim 冲突快捷键相关的知识,希望对你有一定的参考价值。
取消 ctrl+F为search
找到gvim.exe目录下mswin.vim 文件 注释以下内容
" if has("gui")
" " CTRL-F is the search dialog
" noremap:promptfind
" inoremap:promptfind
" cnoremap:promptfind
"
" " CTRL-H is the replace dialog
" noremap:promptrepl
" inoremap:promptrepl
" cnoremap:promptrepl
" endif
块选择和可视
- ctrl+q //可视块
- v //可视
gvim 命令模式
- ctrl+p //向后翻一个命令
- ctrl +n //向前翻一个命令
- 上下箭头 //向前向后翻一个命令(可以补全翻)
以上是关于gvim 冲突快捷键的主要内容,如果未能解决你的问题,请参考以下文章