Add -a flag to kill-window, from Thomas Adam.

This commit is contained in:
Nicholas Marriott
2012-04-23 22:10:45 +00:00
parent 5cbca2e70f
commit ed58b2d353
2 changed files with 19 additions and 6 deletions

9
tmux.1
View File

@ -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.