vim无法右键鼠标粘贴解决方法
修改vim配置文件
bash
1 | vim /usr/share/vim/vim82/defaults.vim |
将 set mouse=a 改为:set mouse-=a
评论
Related Issues not found
Please contact @x-dr to initialize the comment
1 | vim /usr/share/vim/vim82/defaults.vim |
将 set mouse=a 改为:set mouse-=a
Related Issues not found
Please contact @x-dr to initialize the comment