Hacker News new | ask | show | jobs
by bigtunacan 3426 days ago
The session doesn't actually persist between boots. I think what the parent must be referring to is the ability to create tmux session configurations. Then after a reboot if you try to connect to the session which no longer exists the conf will spin it up for you.
1 comments

Gotcha. I'll have to look up some docs on that, sounds useful.
Yeah, I use https://github.com/tmux-plugins/tmux-continuum to auto save sessions, and https://github.com/tmux-plugins/tmux-resurrect to restore them when tmux is started.