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 冲突快捷键的主要内容,如果未能解决你的问题,请参考以下文章

gvim for windows

Vim 有啥奇技淫巧

软件快捷键冲突怎么办

快捷键和eclipse冲突怎么解决

笔记本电脑了快捷键与应用软件快捷键功能冲突

Android Studio之代码提示快捷键冲突设置