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

For example, run: ``` vim --cmd "set pythonthreehome=/usr/bin/python3" /tmp/a ``` Then check ps: ``` ps -auwwx | grep vim deguzim 52230 0.3 0.0 164936 12452 pts/0 S+ 17:47 0:00 vim...

See #449 Base stackexchange reasoning: https://unix.stackexchange.com/questions/243142/how-to-show-quoted-command-list/567021#567021 Further reading: https://unix.stackexchange.com/questions/432419/unexpected-non-null-encoding-of-proc-pid-cmdline/432681#432681 Testing ``` $ pgrep -a vim 70431 vim --cmd set pythonthreehome=/project/env/altternative/python3.8 /home/mdeguzis/.tmux.conf 74234 vim --cmd set pythonthreehome=/project/env/altternative/python3.8 save_command_strategies/linux_procfs.sh 91608 vim --cmd...

When my panes are being restored and should open vim, every single time I end up in Insert mode with "m" on the first line and the cursor below it...

See #141 ... I am still getting this error: ``` cat: /home/deguzim/.tmux/resurrect/restore/pane_contents//pane-work:10.0: No such file or directory ``` The tar archive is being written regularly via https://github.com/tmux-plugins/tmux-continuum and if I...

Dear maintainer, Thank you for your work on `tmux-resurrect` and for taking time to consider my pull request. In short, it adds the following features: 1. `scripts/save.sh` now allows saving...

I have a lot of panes and windows and each of them is on a different directory with its own zsh history, as I have set the `nosharehistory` optioin in...

If I have a window at index 7, and I restore, the 7th index is not restored (and disappears); Instead the 7th index's window name is placed in index 2...

bug
needs investigation

Pretty much the title. I just want to use `$XDG_DATA_HOME/tmux/resurrect` as my save directory. Thanks for your hard work.

For MacOS 13.0beta and tmux 3.3a restore not working. When I hit `prefix + ctr+r` I get error: `'/Users/pushupek/.tmux/plugins/tmux-resurrect/scripts/restore.sh' returned 2` So after some digging it turned out that when...

i started tweaking my `tmux.conf` file yesterday to see if i could restore my ssh sessions after killing my tmux server. this is something i have **yet to get working**....