From 2e385f64b09be2391e52f2450203c0f92aa0e24d Mon Sep 17 00:00:00 2001 From: Andrew Guschin Date: Thu, 15 Feb 2024 02:20:28 +0400 Subject: Add wezterm config --- .config/tmux/tmux.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.config/tmux/tmux.conf') diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 88836de..59cb5ef 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -1,5 +1,6 @@ set -sg escape-time 0 -set -g default-terminal "screen-256color" +set -g default-terminal "xterm-256color" +set-option -sa terminal-features ',xterm-256color:RGB' set -g mouse on set -g base-index 1 setw -g pane-base-index 1 -- cgit v1.2.3