From d6ce5403cb9ac245e54650695ab0ceea09caa513 Mon Sep 17 00:00:00 2001 From: packetcat Date: Sun, 3 Jul 2022 12:22:50 -0400 Subject: [PATCH] default-terminal should be tmux-256color instead --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index 1d81433..a43eeef 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -94,7 +94,7 @@ bind '"' choose-window bind r source-file ~/.tmux.conf # Set TERM to 256 colors -set -g default-terminal "screen-256color" +set -g default-terminal "tmux-256color" # Start window numbering at 1 set -g base-index 1