diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index bc4bce4..06421e1 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -25,7 +25,7 @@ set -g mouse on # reload config file (change file location to the tmux.conf you want to use) unbind r -bind r source-file ~/.tmux.conf \; display "Reloaded!" +bind r source-file ~/.dotfiles/tmux/.tmux.conf \; display "Reloaded!" # quick reload @@ -75,11 +75,13 @@ set -g message-style 'fg=colour2 bg=colour0 bold' # List of plugins set -g @plugin 'tmux-plugins/tpm' -set -g @plugin 'tmux-plugins/tmux-sensible' +# set -g @plugin 'tmux-plugins/tmux-sensible' set -g @plugin 'christoomey/vim-tmux-navigator' set -g @plugin 'dracula/tmux' +# set -g @plugin 'catppuccin/tmux' set -g @plugin 'tmux-plugins/tmux-yank' +# set -g @catppuccin_flavour 'latte' set -g @dracula-refresh-rate 1 set -g @dracula-show-powerline true set -g @dracula-fixed-location "Flemington"