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

If i save, killed the tmux server, restart tmux, and restore the session, neovim will not fill up the entire split ![screen shot 2017-12-22 at 8 52 12 pm 3](https://user-images.githubusercontent.com/17482349/34290043-2eda1250-e75a-11e7-8788-f503b6ca09ef.png)...

bug
help wanted

When something goes wrong saving or restoring it can be difficult to troubleshoot since its not clear what went wrong. To help with this perhaps resurrect could keep a log...

It says "shell env. or shell interpolation is not allowed in this option as the string is used literally." That's because it uses single quotes. If using double quotes, env....

When I try to save a session on tmux 3.2, tmux hangs. However, rolling back to tmux 3.1c works.

Like bash_history (#303), it seems that pane contents are not stored with a timestamp. So when user restores older versions using https://github.com/tmux-plugins/tmux-resurrect/blob/master/docs/restoring_previously_saved_environment.md, they actually don't get the older pane contents.

![image](https://user-images.githubusercontent.com/23610013/132247154-2d40f417-2d1d-4a5a-9b5a-292a7b939dc7.png) Here, I've got two panes split horizontally. ![image](https://user-images.githubusercontent.com/23610013/132247335-7c7c9166-4c2b-49e5-9474-09e85d8377c4.png) If I save this session (see I've only one pane active), after I restore, all panes are shown. **Expected Behaviour** Show...

I just had a problem where all of a sudden running `tmux` was immediately exiting with `[exited]`. After a bit of digging around I realized that the `~/.tmux/resurrect/last` file was...

MC sessions are restored properly when closing and reopening the terminal. After a reboot the session windows are blank and MC is not started. Running Fedora 34.

![2021-08-25_14-22](https://user-images.githubusercontent.com/23610013/130757509-98376d19-facb-42b4-82f7-1131cec0662c.png) **Current Behavior:** Need to command again after restoring the session. **Expected Behavior:** Need to open my container or whatever the command is run while saving the session.

I would love to see a "per session" handling instead saving the whole server. Here is the idea: I have a teamocil config for the bigger projects, which are spawned...

enhancement