1
0
mirror of https://github.com/tmux/tmux.git synced 2025-04-07 17:18:51 +00:00

Document the -k flag to new-window.

This commit is contained in:
Nicholas Marriott 2009-07-12 23:45:03 +00:00
parent 9e49ec6cd3
commit 88555d96d5

7
tmux.1
View File

@ -847,7 +847,7 @@ and
.Ar command .Ar command
are the name of and command to execute in the initial window. are the name of and command to execute in the initial window.
.It Xo Ic new-window .It Xo Ic new-window
.Op Fl d .Op Fl dk
.Op Fl n Ar window-name .Op Fl n Ar window-name
.Op Fl t Ar target-window .Op Fl t Ar target-window
.Op Ar command .Op Ar command
@ -858,7 +858,10 @@ If
.Fl d .Fl d
is given, the session does not make the new window the current window. is given, the session does not make the new window the current window.
.Ar target-window .Ar target-window
represents the window to be created. represents the window to be created; if the target already exists an error is
shown, unless the
.Fl k
flag is used, in which case it is destroyed.
.Ar command .Ar command
is the command to execute. is the command to execute.
If If