首页 > 系统服务 > 详细

gvim 冲突快捷键

时间:2018-06-24 20:07:26      阅读:292      评论:0      收藏:0      [点我收藏+]

取消 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 冲突快捷键

原文:https://www.cnblogs.com/wanderingfish/p/9221441.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!