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

Example: Add something like the following to your `.tmux.conf`: `set-option -g @resurrect-spinner-chars '⠋⠙⠹⠸⠼⠴⠦⠧⠇⠏'` (Note that using Unicode characters in your configuration also requires the use of a supporting terminal locale.)

I was going through the documentation and saw this option to restore additional programs and ssh was one of them. So i tried but i was not able to restore...

This reverts commit 7a8d90a27d2005792415b7a6c30ae2afd6d5838d.

Currently, if a session has "/" in its name the save.sh script will fail.

Let the user choose to override each pane CWD, if they are git worktrees, with their respective bare repositories paths.

Hi, I have successfully restore all seesions , but ,it will show the cyberpanel info just look the screen shot ![image](https://github.com/user-attachments/assets/1e85281c-29a9-400b-a6bd-7db7cd720aec)

Is this [restoring_bash_history.md](https://github.com/tmux-plugins/tmux-resurrect/blob/master/docs/restoring_bash_history.md) up to date? I run `tmux 3.2a` with `set -g @resurrect-save-bash-history 'on'`. My version is after [this PR](https://github.com/tmux-plugins/tmux-resurrect/pull/308) which is said to be the divider between `tmux-ressurect...

normally, `ps.sh` takes the output of `tmux list-panes -F "#{pane_pid}"` and looks for all the children of that process with a controlling terminal, because that process is usually a shell....

reproduction steps: 1. open a new session of tmux 2. run `tmux split-window vim` 3. save the session (e.g.` C-s`) 4. exit the session with `tmux kill-server` 5. enter a...