tmux-plugins / tmux-continuum

Continuous saving of tmux environment. Automatic restore when tmux is started. Automatic tmux start when computer is turned on.
MIT License
3.31k stars 149 forks source link

@continuum-boot 'on' causes @continuum-restore 'on' to restore only one session #140

Open caleskog opened 4 months ago

caleskog commented 4 months ago

I don't really know what causes this or if it could be another setting. But I have had a problem for some days now when booting my computer; only one session is restored when Tmux starts. After searching the internet and finding nothing, I just today stumbled upon a solution from a Reddit post from 2 years ago. The solution was to comment out set -g @continuum-boot 'on'. And now everything works fine.

btw, I run Fedora Linux 40 with KDE Plasma and konsole as my terminal.

TLDR: comment out set -g @continuum-boot 'on' as it seems to cause problems with the restoration of sessions.