tmux-plugins / tmux-resurrect

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

.tmux/resurrect directory not created #480

Closed meangrape closed 1 year ago

meangrape commented 1 year ago

The environment is saved. I receive Tmux environment saved! in the status bar. I can restore the environment after killing the server.

On a restore the Restoring... message (with a working spinner) persists until I hit ENTER twice. Then Tmux restore complete! is present until I hit ENTER again. (For a while I thought hanging on the Restoring message meant that it wasn't restoring at all because it couldn't find resurrect. It wasn't until I got frustrated and rage-smashed the key a few times that I saw it worked.)

I haven't made any changes to resurrect.conf. My scripts/variables.sh has:

resurrect_save_path_option="@resurrect-save-script-path"
save_path_option="@resurrect-save-script-path"

restore_path_option="@resurrect-restore-script-path"
resurrect_restore_path_option="@resurrect-restore-script-path"

There is no last file under .tmux; there is, in fact, no last file in my home directory according to find ~ -type f -name 'last' 2>/dev/null

meangrape commented 1 year ago

found it in /Users/jayed/.local/share/tmux/resurrect