tmux: restore color override since that is still required

This commit is contained in:
Daniel Lundin 2020-03-08 20:34:38 +01:00
parent 649b832095
commit 327b1e35e5
No known key found for this signature in database
GPG key ID: 6AB527C9196ACDCC

View file

@ -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