tmux-resurrect
tmux-resurrect copied to clipboard
resurrect-processes does not play well with `tmux split-window <cmd>`
reproduction steps:
- open a new session of tmux
- run
tmux split-window vim - save the session (e.g.
<prefix> C-s) - exit the session with
tmux kill-server - enter a new session
- restore the session (e.g.
<prefix> C-r)
the pane containing the command is correctly restored, but the process running inside it is not. this is especially confusing when resurrect-capture-pane-contents is enabled, as it looks like the process is running, but it's not.