diff --git a/Configs/Tmux/tmux.conf b/Configs/Tmux/tmux.conf index d7a308d..c23dff4 100644 --- a/Configs/Tmux/tmux.conf +++ b/Configs/Tmux/tmux.conf @@ -30,3 +30,13 @@ set -ga terminal-overrides ",*256col*:Tc" ##################################################################### set -g base-index 1 setw -g pane-base-index 1 + +##################################################################### +# Plugins +##################################################################### +# List of plugins +set -g @plugin 'tmux-plugins/tpm' +set -g @plugin 'tmux-plugins/tmux-resurrect' + +# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) +run '~/.tmux/plugins/tpm/tpm'