How to terminate a window in tmux?

前端 未结 10 1489
你的背包
你的背包 2021-01-29 17:31

How to terminate a window in tmux? Like the Ctrlak shortcut in screen with Ctrla being the prefix.

10条回答
  •  甜味超标
    2021-01-29 18:04

    For me solution looks like:

    1. ctrl+b q to show pane numbers.
    2. ctrl+b x to kill pane.

    Killing last pane will kill window.

提交回复
热议问题