tmux: add the TMUX Plugin Manager
This commit is contained in:
parent
6030396632
commit
7764b51067
@ -88,3 +88,10 @@ set -g visual-activity off
|
|||||||
|
|
||||||
# Enable Ctrl-arrow navigation
|
# Enable Ctrl-arrow navigation
|
||||||
setw -g xterm-keys on
|
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'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user