tmux: restore color override since that is still required
This commit is contained in:
parent
649b832095
commit
327b1e35e5
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue