diff --git a/config/tmux/tmux.conf b/config/tmux/tmux.conf index df87cc3..231a764 100644 --- a/config/tmux/tmux.conf +++ b/config/tmux/tmux.conf @@ -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'