[Terminal] 终端的复制粘贴不好用
Tofloor
poster avatar
bibichuan
deepin
2022-05-24 23:49
Author

在vi编辑模式下,就无法选中了。选中之后变成了可视模式,粘贴也不太好用,建议参考mac的终端交互,我觉得挺好的。

截图_选择区域_20220524153723.png

Reply Favorite View the author
All Replies
liwl
deepin
2022-05-24 23:52
#1

编辑~/.vimrc

"禁用选中后进入可视化"
if has('mouse')
    set mouse-=a
endif

添加到最后,保存退出

Reply View the author
deepin-superuser
deepin
2022-05-25 00:05
#2
liwl

编辑~/.vimrc

"禁用选中后进入可视化"
if has('mouse')
    set mouse-=a
endif

添加到最后,保存退出

可以可以

Reply View the author
swag
deepin
2022-05-25 03:08
#3

我都是直接选中后ctrl+shift+c的

Reply View the author
bibichuan
deepin
2022-05-25 16:50
#4
liwl

编辑~/.vimrc

"禁用选中后进入可视化"
if has('mouse')
    set mouse-=a
endif

添加到最后,保存退出

治标不治本

Reply View the author
liwl
deepin
2022-05-25 16:53
#5
bibichuan

治标不治本

你说的很多有道理,但我不敢苟同

Reply View the author