tmux-plugins / tmux-resurrect

Persists tmux environment across system restarts.
MIT License
11.42k stars 424 forks source link

Resurrect is not saving the right path to the ~/.tmux/resurrect/ files #439

Open F1o0T opened 2 years ago

F1o0T commented 2 years ago

Hi,

Resurrect works pretty well in recovering vim sessions with all directories except for one special directory, whenever I save the session while openining a file inside vim in one of the subdirectory of that specific directory, it always write that base directory to the ~/.tmux/resurrect/ and not the sub directory path that has the file opened in vim.

This way, when I restore the session, it can't restore the vim opened file since it saved the wrong dir.