tmux respawnp [shell-command]
Reactivate a pane in which a command has exited
Arguments
Name | Description |
---|---|
shell-command | A shell command to run when creating the pane |
Options
Name | Description |
---|---|
-k | Kill the target-pane if exist |
-c <start-directory> | Specify a start directory for the pane |
-e <environment> | Set environment variables |
-t <src-pane> | The target pane |