The following works fine for me:
- Start the tmux server.
- Start Vim and other processes specified with
@resurrect-processes option.
- Save session
prefix - C-s
- Start a new tmux session
- Restore session
If I kill the tmux server after saving the session and try to make a restore in a new one, the panes are restored properly, but without the programs.
I'm using tmux 2.7 and zsh 5.1.1.
EDIT 29-05-2019
The actual problem is the command being saved to the txt files in ~/.tmux/resurrect. It's always :-zsh instead of :vim e.g.
I edit this issue just to open a merge request in a few minutes referencing the proper issue.