[FIX] fix tmux continuum not saving
This commit is contained in:
parent
0e2a329f9c
commit
b67066cf83
1 changed files with 2 additions and 1 deletions
|
@ -45,7 +45,8 @@ set -g @plugin 'tmux-plugins/tmux-resurrect'
|
|||
#THIS IS ALSO GOD MOD FOR TMUX
|
||||
#THIS HAS TO BE LAST IN THE LIST OF PLUGINS
|
||||
set -g @plugin 'tmux-plugins/tmux-continuum'
|
||||
set -g @continuum-restore 'on'
|
||||
set -g @continuum-save-interval '10'
|
||||
set -g @continuum-boot 'on'
|
||||
|
||||
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
|
||||
run '~/.tmux/plugins/tpm/tpm'
|
||||
|
|
Loading…
Reference in a new issue