转自:https://blog.csdn.net/coder_oyang/article/details/89096219 vim中使用鼠标右键粘贴,失败.vim的模式: 网上解法: 1. 普通模式下输入“:set mouse-=a”,有效 2. .vimrc中添加: if has('mouse') set mouse-=aendif失效 查资料发现:vi的三种模式,命令模式,插入模式,可视模式.鼠标可以启动于各种模式中: The mouse can be enabled for differe