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

是否有快捷键来关闭标签?

我要求创建一个标签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

dawei

【声明】:丽水站长网内容转载自互联网,其相关言论仅代表作者个人观点绝非权威,不代表本站立场。如您发现内容存在版权问题,请提交相关链接至邮箱:bqsm@foxmail.com,我们将及时予以处理。