From 77820adee24d562e8cf88012f311e9e12ae66ea2 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Thu, 25 Apr 2024 17:44:12 +0300 Subject: tmux: set TERM (more?) correctly --- .config/tmux/tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index eef160d..461d8a4 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -76,8 +76,8 @@ set -g visual-activity on # Example of using a shell command in the status line #set -g status-right "#[fg=yellow]#(uptime | cut -d ',' -f 2-)" -set -g default-terminal "tmux-256color" -set-option -ga terminal-overrides ",xterm-kitty:Tc" +# set -g default-terminal "tmux-256color" +set-option -ga terminal-overrides ",xterm-256color:RGB" ############# # plugins # -- cgit v1.2.3-61-g4310