Closed
Description
Using YAML, is there a way to respawn a pane and run the commands for that pane again?
I've tried:
session_name: respawnable
windows:
- window_name: watchers
options:
remain-on-exit: on
layout: tiled
panes:
- shell_command:
- ls
- shell_command:
- ls
I was expecting when I sent: respawn-pane -k
for "ls
" to reload. This is not the case.
Thanks.