diff --git a/tmux.conf b/tmux.conf index ba53488..071b593 100644 --- a/tmux.conf +++ b/tmux.conf @@ -67,3 +67,11 @@ setw -g pane-active-border-style fg=colour39,bg=black # command line set -g message-style fg=default,bg=default,bright + +# Plugin list +set -g @plugin 'tmux-plugins/tpm' +set -g @plugin 'tmux-plugins/tmux-resurrect' +#set -g @plugin 'tmux-plugins/tmux-continuum' + +# start tmux plugin manager(keep last line) +run -b '~/.tmux/plugins/tpm/tpm'