回答:
「kill-pane」コマンドを使用できます。
 kill-pane [-a] [-t target-pane]
               (alias: killp)
         Destroy the given pane.  If no panes remain in the containing window, it is also destroyed.  The -a option kills all but the pane given with -t.
したがって、たとえば、ペイン0を除くすべてのペインを強制終了する場合:
kill-pane -a -t 0
ペイン番号がわからない場合は、「display-panes」コマンドを使用できます。
 display-panes [-t target-client]
               (alias: displayp)
         Display a visible indicator of each pane shown by target-client.  See the display-panes-time, display-panes-colour, and display-panes-active-colour
         session options.  While the indicator is on screen, a pane may be selected with the '0' to '9' keys.
swap-pane -Uコマンドのハッキーオプションを使用して、ペインを位置0に移動し、次にを移動しましたkill-pane -a -t 0。
                    tmux kill-pane -a現在のペイン以外のすべてを強制終了します。-t現在のペインが気に入っている場合、ターゲットを指定する必要はありません。
                    「^ b!」もあります http://www.dayid.org/os/notes/tm.html(私もそれを試してみましたが、それは私のために働いていました)