mirror of
https://github.com/tmux/tmux.git
synced 2025-09-04 23:56:58 +00:00
Merge branch 'obsd-master'
This commit is contained in:
6
tmux.1
6
tmux.1
@ -1838,6 +1838,7 @@ and unzoomed (its normal position in the layout).
|
||||
begins mouse resizing (only valid if bound to a mouse key binding, see
|
||||
.Sx MOUSE SUPPORT ) .
|
||||
.It Xo Ic respawn-pane
|
||||
.Op Fl c Ar start-directory
|
||||
.Op Fl k
|
||||
.Op Fl t Ar target-pane
|
||||
.Op Ar shell-command
|
||||
@ -1852,7 +1853,10 @@ is not given, the command used when the pane was created is executed.
|
||||
The pane must be already inactive, unless
|
||||
.Fl k
|
||||
is given, in which case any existing command is killed.
|
||||
.Fl c
|
||||
specifies a new working directory for the pane.
|
||||
.It Xo Ic respawn-window
|
||||
.Op Fl c Ar start-directory
|
||||
.Op Fl k
|
||||
.Op Fl t Ar target-window
|
||||
.Op Ar shell-command
|
||||
@ -1867,6 +1871,8 @@ is not given, the command used when the window was created is executed.
|
||||
The window must be already inactive, unless
|
||||
.Fl k
|
||||
is given, in which case any existing command is killed.
|
||||
.Fl c
|
||||
specifies a new working directory for the window.
|
||||
.It Xo Ic rotate-window
|
||||
.Op Fl DU
|
||||
.Op Fl t Ar target-window
|
||||
|
Reference in New Issue
Block a user