tmux-resurrect
tmux-resurrect copied to clipboard
Persists tmux environment across system restarts.
How does resurrect handle nested tmux session? I mean if I start tmux with two windows and I start a tmux in each, will it cope with this? how about...
Since resurrect dd36a4561 it can use `XDG_DATA_HOME`, but [save_dir.md](https://github.com/tmux-plugins/tmux-resurrect/blob/master/docs/save_dir.md) gives only the legacy `~/.tmux/resurrect` directory. I had to browse the source to find my `resurrect_dir` repository. Also [restoring_previously_saved_environment.md](https://github.com/tmux-plugins/tmux-resurrect/blob/master/docs/restoring_previously_saved_environment.md) uses only...
Hello, I'm on MacOS and trying out nix with home-manager to manage my dotfiles, including `~/.tmux.conf`. One issue I've come up against is that the MacOS BSD `top` program fails...
I've been using this plug for a few years now and it's worked without issue. For a month or so now it will not save one of the commands properly...
Ok, maybe I'm doing it wrong, but... To restore a session from the bash prompt (after a fresh reboot), I run: ``` $ tmux new-session ``` Then I hit `prefix...
There was a `post-restore-all` hook not documented. This PR add this hook to /docs/hooks.md
The second folder that was mentioned in restoring_previously_saved_environment.md was missing in save_dir.md, so I added it to be in sync.
After XDG_DATA_HOME/tmux/resurrect was introduced as a fallback for resurrect-dir, only docs/restoring_previously_saved_environment.md was updated. Mention the new location also in the documentation about the save directory.
Hi, Is possible automatically restore in start tmux? thanks!
Hello, I installed tmux-resurrect via gpakosz .tmux config: https://github.com/gpakosz/.tmux I added the package via tpm.  All other packages work but this one does not. When I hit Ctrl+B and...