tmux-plugins / tmux-continuum

Continuous saving of tmux environment. Automatic restore when tmux is started. Automatic tmux start when computer is turned on.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Docs] What is the default behavior?

lonix1 opened this issue · comments

The docs show

Automatic tmux start
Tmux is automatically started after the computer/server is turned on.
See the instructions how to enable this for your system.

and

Automatic restore
Last saved environment is automatically restored when tmux is started.
Put set -g @continuum-restore 'on' in .tmux.conf to enable this.

I don't understand - are these features enabled as written in the first lines, or should I manually enable them as written in the second lines?