From 5224ded024e4a9093dcacb00a32bf42c54ef93fc Mon Sep 17 00:00:00 2001 From: Don Harper Date: Sat, 5 Jul 2025 22:48:30 -0500 Subject: [PATCH] home/tmux | updated term configs --- home/common/tmux.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home/common/tmux.nix b/home/common/tmux.nix index c46ca00..a1d4e18 100644 --- a/home/common/tmux.nix +++ b/home/common/tmux.nix @@ -121,7 +121,8 @@ set -g visual-activity off set -g visual-bell off set -sa terminal-features ',tmux-256color:RGB' - set -sa terminal-overrides ",tmux-256color:RGB" + # set -sa terminal-overrides ",tmux-256color:RGB" + set -sa terminal-overrides ",xterm*:Tc" set -sg escape-time 0 ''; };