From 3f2d0991c2fe846c4617e1ff8d72785659bf4773 Mon Sep 17 00:00:00 2001 From: Michael Chalupiak Date: Sat, 12 Jul 2025 14:10:21 -0400 Subject: [PATCH] tmux for konsole config --- config/.tmux.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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