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

#### env `Linux` 4.20.69-ish SUPER AWESOME May 20 2023 23:41:32 i686 Linux `apk`: 3.17 `GNU` bash, version 5.2.15(1)-release (i586-alpine-linux-musl) `tmux` 3.3a `tpm`: 99469c4a9b1ccf77fade25842dc7bafbc8ce9946 `resurrect`: cff343cf9e81983d3da0c8562b01616f12e8d548 #### did some print in...

I want to start `tmux` server with creating all the sessions from `resurrect` how would I do that in a bash script? ```shell tmux start-server ``` does not help, as...

Hi all, after loading a session tmux_resurrect creates horizontal splits which where not there when I saved. See screenshot and resurrect file (had to strip it down bc a lot...

Version tmux 3.3a Platform: Debian 12 screen-256color ***Issue description:*** I get an error when I want to recreate all windows incl. the ssh command that log in to different servers....

> By default Tmux environment is saved to a file in `~/.tmux/resurrect` dir. In `helpers.sh`, it shows that if `~/.tmux/resurrect` doesn't exist, it will use `${XDG_DATA_HOME:-$HOME/.local/share}"/tmux/resurrect`. So, I think the...

Update tests to work with the latest versions of tmux-resurrect and tmux itself.

I'm seeing test failures on a clean checkout from master (commit cff343cf9e81983d3da0c8562b01616f12e8d548). To be fair, I can't entirely rule out my vagrant setup. I had to disable UDP and switch...

tmux version: 3.2a In my case saving didn't work with tpm installation. Pressing the key binding did nothing, no “Tmux Session saved” displayed. It also did not work initially following...

It would be nice if tmux-resurrect could restore session/window/pane path even if it not exists. I heavily use `/tmp` directory in my daily work, serving as a scratchpad. I usually...

Is there a way to save the window specific env variables as well?