diff --git a/tmux.conf b/tmux.conf index eecb686..ee04ba6 100644 --- a/tmux.conf +++ b/tmux.conf @@ -49,7 +49,11 @@ set -g @catppuccin_status_fill "icon" set -g @catppuccin_status_connect_separator "no" # List of plugins -# set -g @plugins 'tmux-plugins/tpm' # tmux package manager +set -g @plugins 'tmux-plugins/tpm' # tmux package manager +set -g @plugin 'tmux-plugins/tmux-sensible' # set -g @plugins 'tmux-plugins/tmux-resurrect' # persist tmux environment across system restarts # set -g @plugins 'tmux-plugins/tmux-continuum' # continuous saving of tmux environment # set -g @plugins 'tmux-plugins/tmux-yank' # for copying to system clipboard + +# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) +run '~/.tmux/plugins/tpm/tpm'