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

Hi there! I was wondering if I could get some help regarding my issue: for some reason, sometimes when I try to load a previous layout, it just presents me...

Hello, I've recreated a minimum (not) working example and attached the session restore file here. This issue appears to only occur when you have more than one window and one...

I have been tracking several bugs over the course of the past month. I have saved and restored different environments over 100 times. There are several major bugs that I...

I noticed that your awesome plugin was not saving all my ssh sessions. Although my use case was different than those in #264, I added a comment there with my...

Hello, I am having issues with loading this plugin using both TPM and manual installation. This error message is presented each time I load tmux: "Time resurrect file not found"...

Hello! I am trying to install/run such plugin which gives me '/home/rosen/.tmux/plugins/tmux-resurrect/resurrect.tmux' returned 1 all the time, no matter what kind of installation i choose.

I have been trying to get this to restore without success: `journalctl -f | grep -E 'error|failure'` I.e. one program piping data to another program. In this example I have...

Hi, I made a little improvement adding the restoring of pane title. Simply, I added `#{pane_title}` to `pane_format` and `tmux select-pane -T ` in restoring. This PR will fix also...

If the pane contents files are deleted too quickly then pane contents restoration fails. Cleanup previous content JiT before a restore rather than after a restore has happened to avoid...