chore(config): tmux plugin manager

main
Tran Hau 2021-03-19 10:00:57 +00:00
parent 277526eb37
commit 030da2dc34
1 changed files with 8 additions and 0 deletions

View File

@ -12,3 +12,11 @@ bind -n M-Down select-pane -D
# Color
set -g default-terminal "tmux-256color"
# https://github.com/tmux-plugins/tpm
# List of plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
# Initialize TMUX plugin manager
run '~/.tmux/plugins/tpm/tpm'