diff options
author | Tiago Cunha <tcunha@gmx.com> | 2012-04-24 16:19:27 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2012-04-24 16:19:27 +0000 |
commit | 00e2e357406be926027659a7dce894e8d263c4ca (patch) | |
tree | 90bcfad45f1e3f9bbffa723dc830873b42249936 /tmux.1 | |
parent | 31cf5314ee56931f0279008ac00cca3aaa54f6f0 (diff) | |
download | rtmux-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.1 | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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. |