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
  1. The default session, "0" mimics the current behaviour, more or less.
  2. C-l in an active tmux session will list all the saved past "sessions" that you can choose to restore from/save to.
  3. If the target session is already running, simply attach to it, and save and restore as usual.
  4. If the target session is not running, simply rename the current session to the target session name, and then save and restore as usual.
  5. 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.