From b84575846258fcb4053a82510a088f742526c050 Mon Sep 17 00:00:00 2001 From: Josh Patra <30350506+SoPat712@users.noreply.github.com> Date: Mon, 18 Mar 2024 16:30:03 -0400 Subject: [PATCH] Revert --- tmux/.tmux.conf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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"