From 0ca6f667e3e6f26e92db01ee2a769d0ba49509ca Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Fri, 17 Jul 2009 20:37:03 +0000 Subject: Make it so using kill-pane to destroy the last pane in a window destroys the window instead of being an error. --- tmux.1 | 1 + 1 file changed, 1 insertion(+) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index 9b2f344c..af7ad53d 100644 --- a/tmux.1 +++ b/tmux.1 @@ -768,6 +768,7 @@ returns success. .Xc .D1 (alias: Ic killp ) Destroy the given pane. +If no panes remain in the containing window, it is also destroyed. .It Xo Ic kill-server .Xc Kill the -- cgit