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'