From 949e6da43915f3619f7c157a11e0e29bed5f31af Mon Sep 17 00:00:00 2001 From: Eric Phillips Date: Sun, 28 Apr 2019 12:07:55 -0600 Subject: [PATCH] added Tmux Plugin Manager tpm --- tmux.conf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tmux.conf b/tmux.conf index 076edf5..fafb5ac 100644 --- a/tmux.conf +++ b/tmux.conf @@ -83,3 +83,10 @@ set -g pane-active-border-bg black set -g message-fg default set -g message-bg default set -g message-attr bright + +# List of plugins +set -g @plugin 'tmux-plugins/tpm' +set -g @plugin 'tmux-plugins/tmux-resurrect' + +#Initialize TPM(has to be last line) +run -b '~/.tmux/plugins/tpm/tpm'