关键是要杀死所有的或者可能是一组窗口/面板

我创建了一个脚本,可以打开tmux并分割成4个窗口/面板,但我想知道是否可以通过快捷方式将其全部退出,最好是通过键绑定。 谢谢。

[编辑]

我正在寻找的是一种通过键绑定退出选择窗口的方法。 也许我可以添加到我的.tmux.conf文件中,例如: bind-key Cc exit-all或者也许我可以在设置拆分窗口之后传递一个命令,例如: tmux bind-key Cc exit-all

我把退出所有作为命令在那里,因为即时通讯寻找,但我不知道这个功能的真实名称或这样做的方式


man tmux

unlink-window [-k] [-t target-window]
              (alias: unlinkw)
        Unlink target-window.  Unless -k is given, a window may be unlinked only if it is linked to multiple ses-
        sions - windows may not be linked to no sessions; if -k is specified and the window is linked to only one
        session, it is unlinked and destroyed.

我认为unlink-window -k就是你以后的事情。

链接地址: http://www.djcxy.com/p/86137.html

上一篇: key to kill all or maybe a grouping of windows/panels

下一篇: Tmux powerline prompt command not found