From f15b7a09b1063d7a11e16302462532a21d7b65f1 Mon Sep 17 00:00:00 2001 From: sheldonmlee Date: Fri, 12 Nov 2021 01:52:29 +0800 Subject: [PATCH] Added terminal color options --- .tmux.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index b95d808..58eb40e 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,5 +1,7 @@ # terminal -set -g default-terminal "alacritty" +set -g default-terminal "screen-256color" +set -ga terminal-overrides ",alacritty:Tc" +set -ga terminal-overrides ",xterm-256color:Tc" # vi mode set-window-option -g mode-keys vi