vim 避免右键进入选中模式,导致粘贴失败

https://vim.fandom.com/wiki/Make_mouse_drag_not_select_text_or_go_into_visual_mode

:set mouse-=a

 

Yep, having the mouse do anything within VIM itself irritates me to no end. I discovered that to completely disable the mouse, at least in VIM 8.2, place this in your .vimrc file:

set mouse=

 

posted @ 2020-11-26 15:33  imoon22  阅读(134)  评论(0编辑  收藏  举报