From ed58b2d3534dfa6c2f8203710d2fbd3c76d46532 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Mon, 23 Apr 2012 22:10:45 +0000 Subject: Add -a flag to kill-window, from Thomas Adam. --- tmux.1 | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index d6cc5a68..cd28e7da 100644 --- a/tmux.1 +++ b/tmux.1 @@ -1157,11 +1157,18 @@ The .Fl a option kills all but the pane given with .Fl t . -.It Ic kill-window Op Fl t Ar target-window +.It Xo Ic kill-window +.Op Fl a +.Op Fl t Ar target-window +.Xc .D1 (alias: Ic killw ) Kill the current window or the window at .Ar target-window , removing it from any sessions to which it is linked. +The +.Fl a +option kills all but the window given with +.Fl t . .It Ic last-pane Op Fl t Ar target-window .D1 (alias: Ic lastp ) Select the last (previously selected) pane. -- cgit