aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2012-04-24 16:19:27 +0000
committerTiago Cunha <tcunha@gmx.com>2012-04-24 16:19:27 +0000
commit00e2e357406be926027659a7dce894e8d263c4ca (patch)
tree90bcfad45f1e3f9bbffa723dc830873b42249936 /tmux.1
parent31cf5314ee56931f0279008ac00cca3aaa54f6f0 (diff)
downloadrtmux-00e2e357406be926027659a7dce894e8d263c4ca.tar.gz
rtmux-00e2e357406be926027659a7dce894e8d263c4ca.tar.bz2
rtmux-00e2e357406be926027659a7dce894e8d263c4ca.zip
Sync OpenBSD patchset 1096:
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 29752680..e4b942f2 100644
--- a/tmux.1
+++ b/tmux.1
@@ -1161,11 +1161,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.