summaryrefslogtreecommitdiffstats
path: root/tmux.1
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2012-04-23 22:10:45 +0000
committerNicholas Marriott <nicm@openbsd.org>2012-04-23 22:10:45 +0000
commited58b2d3534dfa6c2f8203710d2fbd3c76d46532 (patch)
tree55c41dc8eb83f440ab0c782bb836c2abf6f9d653 /tmux.1
parent5cbca2e70f146ea90748fcec6056babcf671ad3f (diff)
Add -a flag to kill-window, from Thomas Adam.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.19
1 files changed, 8 insertions, 1 deletions
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.