From 2569f31f87f2309e56824cb86fb081c4882f424d Mon Sep 17 00:00:00 2001 From: Paul Trowbridge Date: Fri, 4 Dec 2020 21:20:54 -0500 Subject: [PATCH] add plugin manager and resurrect --- .tmux.conf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index cb82a4f..ab92bbc 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -4,3 +4,10 @@ bind -r h select-pane -L # move left bind -r j select-pane -D # move down bind -r k select-pane -U # move up bind -r l select-pane -R # move right + +#plugin manager for install tmux-resurrect +set -g @plugin 'tmux-plugins/tpm' +set -g @plugin 'tmux-plugins/tmux-resurrect' + +# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) +run '~/.tmux/plugins/tpm/tpm'