From 6940a95f32d41bed33903fd0b793197231b56b96 Mon Sep 17 00:00:00 2001 From: thek4n Date: Wed, 22 May 2024 14:19:21 +0300 Subject: [PATCH] fix colors --- home/user/.config/tmux/options.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/user/.config/tmux/options.conf b/home/user/.config/tmux/options.conf index d2ca3f4..7edeb4a 100644 --- a/home/user/.config/tmux/options.conf +++ b/home/user/.config/tmux/options.conf @@ -27,7 +27,7 @@ set -g display-panes-time $_tmux_display_panes_time set -g lock-command vlock # Shell command to lock client set -g default-terminal "tmux-256color" -set -g terminal-overrides[101] "tmux-256color:Tc" +set -g terminal-overrides[101] "xterm-256color:Tc" set-hook -g after-new-session[101] 'rename-window -t 1 1'