From 7764b510678402f0f50e812fe4b5b94e7d029e8d Mon Sep 17 00:00:00 2001 From: Corrado Primier Date: Sat, 10 Nov 2018 19:26:06 +0000 Subject: [PATCH] tmux: add the TMUX Plugin Manager --- .tmux.conf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index 23eb023..961a432 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -88,3 +88,10 @@ set -g visual-activity off # Enable Ctrl-arrow navigation setw -g xterm-keys on + +# TMUX Plugin Manager +# Remember to git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm +set -g @plugin 'tmux-plugins/tpm' + +# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) +run -b '~/.tmux/plugins/tpm/tpm'