From c3fbb7be5144739e3e5efb4c5536706fdf68ee85 Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Wed, 11 Dec 2019 21:59:18 +0530 Subject: [PATCH] tmux.conf: Update tmux config Signed-off-by: Sanchayan Maity --- tmux.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tmux.conf b/tmux.conf index 259585f..da0a16a 100644 --- a/tmux.conf +++ b/tmux.conf @@ -42,7 +42,10 @@ bind -n M-Up select-pane -U bind -n M-Down select-pane -D # set default terminal mode to 256 colors -set -g default-terminal "screen-256color" +# set -g default-terminal "screen-256color" +# set default terminal mode to 256 colors +set-option -g default-terminal "tmux-256color" +set-option -sa terminal-overrides ',tmux-256color:RGB' # Plugins set -g @plugin 'tmux-plugins/tpm'