diff options
-rw-r--r-- | stow/tmux/.tmux.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stow/tmux/.tmux.conf b/stow/tmux/.tmux.conf index 96ae6a3..ba210ec 100644 --- a/stow/tmux/.tmux.conf +++ b/stow/tmux/.tmux.conf @@ -72,7 +72,7 @@ setw -g pane-base-index 1 # Increase the history set -g history-limit 50000 # Beautiful 24 bit color -set -ga terminal-overrides ",xterm-256color:Tc" +set -ga terminal-overrides ",xterm-kitty:Tc" ##################################### # Colors |