diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 35052d5..4efa82c 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -7,8 +7,8 @@ set -g @plugin 'tmux-plugins/tmux-sensible' set -g @plugin 'christoomey/vim-tmux-navigator' # set -g @plugin 'dreamsofcode-io/catppuccin-tmux' set -g @plugin 'tmux-plugins/tmux-yank' -# set -g @plugin 'egel/tmux-gruvbox' -# set -g @tmux-gruvbox 'dark' # or 'light' +set -g @plugin 'egel/tmux-gruvbox' +set -g @tmux-gruvbox 'dark' # or 'light' # Shift Alt vim keys to switch windows bind -n M-H previous-window