diff --git a/config/.tmux.conf b/config/.tmux.conf index e3cfff4..6514835 100644 --- a/config/.tmux.conf +++ b/config/.tmux.conf @@ -4,9 +4,9 @@ set -g @rose_pine_variant 'main' # Options are 'main', 'moon' or 'dawn' #set -g @plugin 'arcticicestudio/nord-tmux' set -g @plugin 'rose-pine/tmux' set -g @plugin 'tmux-plugins/tpm' -# set -g default-terminal "tmux-256color" -set -ga terminal-overrides ",alacritty:Tc" -# set -ga terminal-overrides ",xterm-256color:Tc" +set -g default-terminal "tmux-256color" +# set -ga terminal-overrides ",alacritty:Tc" +set -ga terminal-overrides ",xterm-256color:Tc" set -g mouse on # Changes prefix key to control a instead of control b unbind C-b