From 2acc9798dea00f41465ee717e61f36f01eb9e148 Mon Sep 17 00:00:00 2001 From: Alison Watson Date: Thu, 5 Sep 2019 16:45:21 -0400 Subject: [PATCH] tmux: fix terminal overrides --- applications/tmux.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/applications/tmux.conf b/applications/tmux.conf index d46f14f..f75d42d 100644 --- a/applications/tmux.conf +++ b/applications/tmux.conf @@ -1,5 +1,6 @@ # set up terminal -set -g default-terminal "st-256color" +set -g default-terminal "screen-256color" +set-option -ga terminal-overrides ",xterm-256color*:Tc:smso=" # set up status bar set -g status-right '#[bg=#241d29]#{pane_title}'