From 2837a6909240fac7e2ba72a13885ec8dbf78acd1 Mon Sep 17 00:00:00 2001 From: Eric Torres Date: Fri, 27 Jan 2023 09:02:58 -0800 Subject: [PATCH] Change temrinal type to xterm-256color for better compatibility --- tmux/.config/tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf index 551bfab..62d7a30 100644 --- a/tmux/.config/tmux/tmux.conf +++ b/tmux/.config/tmux/tmux.conf @@ -21,7 +21,7 @@ bind k select-pane -U bind l select-pane -R # Terminal appearance -set -g default-terminal "tmux-256color" +set -g default-terminal "xterm-256color" # Keep this line at the very bottom run '~/.config/tmux/plugins/tpm/tpm'