From 5c9823f1f17b1212b69100c1a740c17cb49e7422 Mon Sep 17 00:00:00 2001 From: Buddy Sandidge Date: Mon, 21 Dec 2020 23:27:25 -0800 Subject: [PATCH] Change tmux default terminal to support more escape codes Using tmux-256color allow support of italics and other terminal sequences beyond what is in screen-256 supports --- tmux/.tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 6dd3285..acac715 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -29,7 +29,7 @@ set-option -g mouse on ################################################################################ # Colors ################################################################################ -set -g default-terminal "screen-256color" +set -g default-terminal "tmux-256color" set -g terminal-overrides ",xterm-256color:Tc" set -g status-fg white