From 327b1e35e50e2dd4798be2355be74d12947892de Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Sun, 8 Mar 2020 20:34:38 +0100 Subject: [PATCH] tmux: restore color override since that is still required --- .tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index 9a57f27..f9e8c5c 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -15,6 +15,9 @@ set-option -g mouse on set -g update-environment "XAUTHORITY DISPLAY WINDOWID SSH_ASKPASS SSH_AGENT_PID SSH_CONNECTION SWAYSOCK" set -g default-command zsh set -g history-limit 50000 +set -ga terminal-overrides ',*:Tc' # this is for 256 color +set -ga terminal-overrides '*:Ss=\E[%p1%d q:Se=\E[ q' # this is for the cursor shape + setw -g alternate-screen on setw -g aggressive-resize on