tmux color

This commit is contained in:
Daniel Lundin 2020-08-21 08:26:36 +02:00
parent 6385a436eb
commit d6785ea38a
No known key found for this signature in database
GPG key ID: 6AB527C9196ACDCC

View file

@ -15,10 +15,12 @@ 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 -g default-terminal "tmux-256color"
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
setw -g automatic-rename off