
- 进入docker容器
- cd /usr/share/vim/
- cd vim81
- vi defaults.vim
- 找到
if has('mouse') set mouse=a endif修改为:
if has('mouse') set mouse-=a endif
欢迎分享,转载请注明来源:内存溢出

if has('mouse')
set mouse=a
endif
修改为:
if has('mouse')
set mouse-=a
endif
欢迎分享,转载请注明来源:内存溢出
微信扫一扫
支付宝扫一扫
评论列表(0条)