tmux-resurrect icon indicating copy to clipboard operation
tmux-resurrect copied to clipboard

Persists tmux environment across system restarts.

Results 197 tmux-resurrect issues
Sort by recently updated
recently updated
newest added

After using tmux-resurrect + continuum happily for years, I'm now in the process of moving several machines to a nix-based setup. Tmux and tmux-ressurect work fine much of the time,...

If I manually save a session with `C-a C-s` a resurrect file with the correct state information is created. If I use a hook `set-hook -g session-closed 'run-shell "~/.tmux/plugins/tmux-resurrect/scripts/save.sh quiet"'`...

After updating tmux to 3.0, restoring ends up with a dead server and the following message: `[server exited unexpectedly]`

If the current directory of a shell is a symbolic link to the real directory, the shell prompt, `$ pwd`, and `$ echo $PWD` all show the path to the...

BREAKING: may break existing sessions or integrations, since session save location is changed. See how to migrate below. Tested with macOS Ventura, tmux 3.3a, TPM. Migration path: 1. Check and...

Did plugins update then made restore- lost names and got new small vertical panes On plugin update need to auto save in new format if there is new format For...

I'm on Tmux 3.2a. There is no save file being created, even when I manually save. The spinner and 'Tmux environment saved!' message still appear. Below is my config: ```...

Hello, I use tmux automatically when I open shell, so I would like to know if it is possible to somehow tell tmux-resurrect to only resurrect only named sessions (not...

**Expected:** New windows start in `$HOME`. **Actual:** `prefix+c` creates a window in the same working directory as the directory that the first pane was restored to.

Hi, I use more sockets (see e.g. tmux -L option) in the same place, but I can not save separately my tmux sessions per sockets. Is there any solution for...