tmux: add the TMUX Plugin Manager

This commit is contained in:
Corrado Primier 2018-11-10 19:26:06 +00:00
parent 6030396632
commit 7764b51067

View File

@ -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'