diff --git a/dot-config/tmux/tmux.conf b/dot-config/tmux/tmux.conf index 8b40b59..c48e520 100644 --- a/dot-config/tmux/tmux.conf +++ b/dot-config/tmux/tmux.conf @@ -17,7 +17,7 @@ bind -n M-: next-window # List of plugins set -g @plugin 'tmux-plugins/tmux-sensible' -set -g @plugin 'catppuccin/tmux#sgoudham-patch-1' +set -g @plugin 'catppuccin/tmux' set -g @plugin 'christoomey/vim-tmux-navigator' set -g @plugin 'tmux-plugins/tmux-yank' set -g @plugin 'tmux-plugins/tpm'