From 1e2c00aa32e97939d7d5cb447e8e2a5a8c30386e Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Sat, 10 Dec 2022 15:30:10 +0000 Subject: [PATCH] Change default term While using `tmux-256color` has been working great for the longest time, `git` on macOS Venture with Apple Silicon does not like it. Complaints of incorrectly configured terminal are resolved in this config by removing this custom termdb entry. Alternative would be to install it again but it doesn't seem to be necessary anymore. --- tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux.conf b/tmux.conf index f2deda4..e3aa871 100644 --- a/tmux.conf +++ b/tmux.conf @@ -25,7 +25,7 @@ set -g display-time 4000 set -g status-interval 2 # Upgrade $TERM -set -g default-terminal "tmux-256color" +set -g default-terminal "xterm-256color" # Focus events enabled for terminals that support them set -g focus-events on