From 674aab3433722498e9f011a6662b9b4952cd6c16 Mon Sep 17 00:00:00 2001 From: rootiest Date: Fri, 8 Nov 2024 14:09:16 -0500 Subject: [PATCH] fix: update default terminal setting to ensure compatibility --- tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux.conf b/tmux.conf index 24face0..9b88c1c 100644 --- a/tmux.conf +++ b/tmux.conf @@ -43,7 +43,7 @@ set -g @catppuccin_flavour 'mocha' # latte,frappe, macchiato or mocha # Options to make tmux more pleasant set -g mouse on -set -g default-terminal "wezterm" +set -g default-terminal "xterm-256color" set -as terminal-features ",wezterm*:RGB" set -g history-limit 20000