From e9d12b160063fabf6bfd29b5a08d7f7f0a9f542b Mon Sep 17 00:00:00 2001 From: packetcat Date: Sun, 3 Jul 2022 16:57:48 -0400 Subject: [PATCH] terminal-overrides should be xterm-256color --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index 6a32f43..0503d8d 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-termite:Tc" +set -ga terminal-overrides ",xterm-256color:Tc" # Start window numbering at 1 set -g base-index 1