commit 00255c578101af9eeca0e7e91132ea129a34b9d1 from: Thomas Böhler date: Wed Oct 8 18:42:36 2025 UTC tmux: set proper TERM env Signed-off-by: Thomas Böhler commit - 55ccf7e4f0cce5f77f646db98e0e3c8d24e21011 commit + 00255c578101af9eeca0e7e91132ea129a34b9d1 blob - 4d76190c3d04728e5502b861bbed0f87cb6cd075 blob + 9f9ed135f60feb307b0dc6bbf8d61b4e923b39bb --- tmux/.tmux.conf +++ tmux/.tmux.conf @@ -1,5 +1,5 @@ # 256color support -set -g default-terminal "tmux-256color" +set -g default-terminal "xterm-256color" set -ag terminal-overrides ",xterm-256color:RGB" # disable escape switching between panes