mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 14:27:09 +00:00
Add a respawn-pane command, from Marcel Partap.
This commit is contained in:
15
tmux.1
15
tmux.1
@ -1307,6 +1307,21 @@ and to the right with
|
||||
The
|
||||
.Ar adjustment
|
||||
is given in lines or cells (the default is 1).
|
||||
.It Xo Ic respawn-pane
|
||||
.Op Fl k
|
||||
.Op Fl t Ar target-pane
|
||||
.Op Ar shell-command
|
||||
.Xc
|
||||
.D1 (alias: Ic respawnp )
|
||||
Reactivate a pane in which the command has exited (see the
|
||||
.Ic remain-on-exit
|
||||
window option).
|
||||
If
|
||||
.Ar shell-command
|
||||
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.
|
||||
.It Xo Ic respawn-window
|
||||
.Op Fl k
|
||||
.Op Fl t Ar target-window
|
||||
|
Reference in New Issue
Block a user