diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 66d90ee..661f662 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -1,3 +1,5 @@ -set -g default-terminal "screen-256color" - +set -g @plugin 'tmux-plugins/tpm' +set -g @plugin 'tmux-plugins/tmux-sensible' set -g @plugin 'tmux-plugins/tmux-resurrect' + +run '~/.tmux/plugins/tpm/tpm'