From 2f6f026bc689f7612d2a67cfd9ae8478510dd898 Mon Sep 17 00:00:00 2001 From: Eric Phillips Date: Sun, 28 Apr 2019 12:15:53 -0600 Subject: [PATCH] readded tpm need to research merging --- tmux.conf | 8 ++++++++ 1 file changed, 8 insertions(+) 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'