liwl
deepin
2022-04-01 01:53 - 终端选中即复制
- vim没有复制的话,编辑~/.vimrc文件,写入
if has('mouse') set mouse-=a endif
保存退出
Reply Like 0 View the author
if has('mouse')
set mouse-=a
endif
保存退出
不是 ctrl-shift-c吗?
if has('mouse')
set mouse-=a
endif
保存退出
vi应该是不读取~/.vimrc的吧
vi应该是不读取~/.vimrc的吧
现在没有 vi了,系统里的 vi是 vim的别名。
不是 ctrl-shift-c吗?
😂 是的是的,打错了
if has('mouse')
set mouse-=a
endif
保存退出
嗯,这种方法可以,谢谢!
Popular Ranking
ChangePopular Events
More
右键菜单没有复制选项