mirror of
1
0
Fork 0

Add tmux set-option to use xterm-256color version of true color

This commit is contained in:
Ricky Anderson 2019-02-14 14:47:22 +07:00
parent 2b0cb0b43c
commit 5088753904
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@
# -- general -------------------------------------------------------------------
set -g default-terminal "screen-256color" # colors!
set-option -ga terminal-overrides ",xterm-256color:Tc"
setw -g xterm-keys on
set -s escape-time 10 # faster command sequences
set -sg repeat-time 600 # increase repeat timeout