gvim 冲突快捷键

取消 ctrl+F为search

找到gvim.exe目录下mswin.vim 文件 注释以下内容

" if has("gui")
" " CTRL-F is the search dialog
" noremap :promptfind
" inoremap <C->:promptfind
" cnoremap <C->:promptfind
"
" " CTRL-H is the replace dialog
" noremap :promptrepl
" inoremap <C->:promptrepl
" cnoremap <C->:promptrepl
" endif

块选择和可视

  • ctrl+q //可视块
  • v //可视

gvim 命令模式

  • ctrl+p //向后翻一个命令
  • ctrl +n //向前翻一个命令
  • 上下箭头 //向前向后翻一个命令(可以补全翻)

posted on 2018-06-24 19:19  游荡的鱼  阅读(197)  评论(0编辑  收藏  举报

导航