tmux-plugins / tmux-resurrect

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

sshfs #355

Open mehmetsayar opened 4 years ago

mehmetsayar commented 4 years ago

Hi,

I am trying to figure out howto handle sshfs mounted folders with tmux-resurrect. I tried to start tmux when the sshfs is not mounted and in tmux the terminal opened in the correct folder. But the files were not accessible.

If I mount it via sshfs before hand and then restart tmux, it still says the files are not accessible.

Any help would be appreciated.

Thank you

MS