issues
search
tmux-plugins
/
tmux-resurrect
Persists tmux environment across system restarts.
MIT License
11.42k
stars
424
forks
source link
Added support for saving and restoring named sessions as the default:
#362
Closed
timmyjose
closed
4 years ago
timmyjose
commented
4 years ago
The default session, "0" mimics the current behaviour, more or less.
C-l
in an active tmux session will list all the saved past "sessions" that you can choose to restore from/save to.
If the target session is already running, simply attach to it, and save and restore as usual.
If the target session is not running, simply rename the current session to the target session name, and then save and restore as usual.
Alternately, simply start off with the session in mind:
tmux new -s <session-name>
, and then save and restore as usual.
timmyjose
commented
4 years ago
Wrong base.
C-l
in an active tmux session will list all the saved past "sessions" that you can choose to restore from/save to.tmux new -s <session-name>
, and then save and restore as usual.