[Terminal] 终端内用vi打开文本,选中部分文字后右键没有复制选项。v20.1
Tofloor
poster avatar
chn126943
deepin
2021-01-10 17:23
Author

Reply Favorite View the author
All Replies
忘记、过去
deepin
2021-01-10 18:03
#1

ctrl + shift + c 不能复制?

Reply View the author
Feng Yu
deepin
2021-01-10 19:12
#2

你启用了vim的鼠标模式吧?我一般都是关掉的

Reply View the author
zanyrain
deepin
2021-01-10 19:58
#3

可视模式?vi用啥鼠标啊?

Reply View the author
chn126943
deepin
2021-01-12 20:12
#4

我要从终端里复制内容往终端外粘贴啊,很正常的操作。

之前哪怕打开文件后什么都不选,右键菜单里也没有复制按钮,最近又都好了。

Reply View the author
chn126943
deepin
2021-02-01 20:12
#5

最后是在~/目录下新建(如果已有就直接用).vimrc文件

里面加入这一行解决的。

set mouse-=a

Reply View the author