diff --git a/.tmux.conf b/.tmux.conf index c01f2d4..ecead2d 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -9,6 +9,11 @@ set-window-option -g window-style bg="#32302f" set -g @plugin 'tmux-plugins/tmux-resurrect' set -g @plugin 'tmux-plugins/tmux-continuum' +# Plugin configurations + +# auto-restore +set -g @continuum-restore 'on' + # Install plugin manager #git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm # Install plugin: