深度终端:【建议】1. 增加 --new-tab类似的参数,用于打开新标签页。 #2861
Replies: 5 comments 4 replies
-
感谢您的建议,我们会合理考虑此功能 |
Beta Was this translation helpful? Give feedback.
-
你好可以说的具体点吗?我不能够理解你的意思。 |
Beta Was this translation helpful? Give feedback.
-
我理解为我们在终端已经提供了新建标签的快捷按钮,这个功能没有什么意义 |
Beta Was this translation helpful? Give feedback.
-
明白你的意思,你的建议我已经反馈给相关的产品经理。 |
Beta Was this translation helpful? Give feedback.
-
对我来说,我希望我的linux桌面里能集成快捷键,一键开启深度终端里的一个new-tab, 而不是一个window。 类似于win+enter可以触发
这样每次命令都不会触发新的deepin-terminal窗口,而只是既有窗口的一个新tab。这样方便管理alt-tab里显示的窗口数量。 目前我使用快捷键触发类似
#!/bin/sh
if tmux has-session -t "common"; then
exec tmux a -t "common"
else
. ~/.profile
exec sh -c "tmux new-s -d -s common && tmux new-s -s new"
fi |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
【建议】1. 增加 --new-tab类似的参数,用于打开新标签页。
Beta Was this translation helpful? Give feedback.
All reactions