加入收藏 | 设为首页 | 会员中心 | 我要投稿 鲜蔬坊站长网 (https://www.xianshufang.com/)- 图像处理、AI行业应用、媒体智能、云计算、大数据!
当前位置: 首页 > 综合聚焦 > Linux > 正文

终端 – 如何关闭tmux中的tab?

发布时间:2020-12-30 20:15:33 所属栏目:Linux 来源:互联网
导读:是否有快捷键来关闭标签? 我要求创建一个标签CTRL b c 如果我要关闭1:cmatrix *标签,我应该使用什么快捷方式? 我认为这就是你要找的东西: http://www.dayid.org/os/notes/tm.html 特别是这部分: kill the current pane: ^b x OR (logout/^D) close other

是否有快捷键来关闭标签?
我要求创建一个标签CTRL b c
如果我要关闭1:cmatrix *标签,我应该使用什么快捷方式?

解决方法

我认为这就是你要找的东西: http://www.dayid.org/os/notes/tm.html

特别是这部分:

kill the current pane: ^b x OR (logout/^D)  
close other panes except the current one: ^b !  

The formatting here is simple enough to understand (I would hope). 
^ means ctrl+,so ^x is ctrl+x. M- means meta (generally left-alt or escape)+,so M-x is left-alt+x

(编辑:鲜蔬坊站长网)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读