终端中 vim xxx 文件, 无法复制内容
Tofloor
poster avatar
outer199
deepin
2020-11-10 21:17
Author

终端中 vim xxx 文件, 无法复制内容


deepin 20 社区版(1003)

Reply Favorite View the author
All Replies
guaguale
deepin
2020-11-10 21:41
#1
Reply View the author
Shinglee
deepin
2020-11-10 22:26
#2

sudo vim /usr/share/vim/vim81/defaults.vim  
找到这行: set mouse=a
修改为:    set mouse-=a

Reply View the author
Hello
deepin
2020-11-10 22:30
#3

要复制,"+y,当然深度自带vim不支持剪切版,所以要安装支持,sudo apt install vim-gtk

Reply View the author
outer199
deepin
2020-11-11 17:53
#4

好的, 谢谢

Reply View the author
outer199
deepin
2020-11-11 17:53
#5
Shinglee

sudo vim /usr/share/vim/vim81/defaults.vim  
找到这行: set mouse=a
修改为:    set mouse-=a

好的, 谢谢

Reply View the author
outer199
deepin
2020-11-11 17:53
#6
Hello

要复制,"+y,当然深度自带vim不支持剪切版,所以要安装支持,sudo apt install vim-gtk

好的, 谢谢

Reply View the author