Assume I have a tmux
(1.7) window split as follows:
________________________
| 1 |
| |
|-----------+------------|
| 2 | 3 |
|___________|____________|
Now, the vertical sizes have been customized, so it's by no means one of the default layouts.
On occasion, when a program gets stuck or when you reboot a machine to which you connected via ssh
, the pane "hangs". I.e. nothing other than kill-pane
appears to work.
However, since there is no easy way to rebuild above split configuration once pane #1 has been kill-pane
d, I'd like to "restart" it.
-k
if you created the pane inremain-on-exit
mode and killed the command yourself. – peterph Aug 03 '15 at 20:26