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

I was working with 3 windows and several panes on each one. I was saving and restoring for several days. Until I press prefix + d and detach the session....

This PR simply adds a -N note so that the chosen key binding appears in `tmux list-keys` / ` + ?` and "Describe key binding" ` + /`, which is...

Thank you for the great project which is very useful for my working environment. In the meantime, how I can save/restore the custom_pane_title with the plugins as I don't seem...

So, tmux-resurrect works. I currently have ressurect set up and it correctly preserves pane contents. However, I notice that when I save a session and restore tmux, the panes are...

Hello, there is a problem with hooks `pre-restore-all` and `post-restore-all` with tmux v3.4. I have this settings and in every shell I check the existence of this file. I some...

Whenever I restore sessions, the plugin adds new empty prompts instead of staying at the last prompt. Because of this, after multiple restores, the windows that are untouched getting filled...

### Overview of PR - Implemented support for optional `@resurrect-confirm-save` & `@resurrect-confirm-restore` options. These new options make use of `tmux`'s `confirm-before` command (see `man tmux`) to ask for confirmation before...

4.0 changelog says > (breaking change: you have to re-save to be able to properly restore!) But how do I migrate to 4.0 ? I suppose I need to load...

Restores a vifm session from the command line arguments. vifm can be run from command line in particular session, e.g. `vifm -c "session foo"`. The strategy parses the full command...