问题


当在mobaxterm中使用vim时,无法复制vim中的内容:

gif

解决方法


执行命令,添加配置:

xxx:~$ cd && echo "set mouse=v" > .vimrc
xxx:~$ cat .vimrc
set mouse=v

添加后效果:

gif