tmux color
This commit is contained in:
parent
6385a436eb
commit
d6785ea38a
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue