From ae70f77b4ea6e14129d576e8a0c1b7366a37eaf9 Mon Sep 17 00:00:00 2001 From: packetcat Date: Sun, 3 Jul 2022 16:59:06 -0400 Subject: [PATCH] let's try tmux-256color in terminal-overrides --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index 0503d8d..b60001e 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -97,7 +97,7 @@ bind r source-file ~/.tmux.conf set -g default-terminal "tmux-256color" # 24 bit colors -set -ga terminal-overrides ",xterm-256color:Tc" +set -ga terminal-overrides ",tmux-256color:Tc" # Start window numbering at 1 set -g base-index 1