Add true-color override to default-terminal

This change enables True Color in tmux, without having to patch the
terminfo database.
master
nirenjan 2018-10-23 15:56:53 -07:00
parent 8f9698bf75
commit b9afaea34d
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@ bind-key C-q send-prefix
# Use 256 color mode
set-option -g default-terminal "screen-256color-bce"
# Allow true color capability
set-option -ga terminal-overrides ",screen-256color-bce:Tc"
# Set the Esc/Alt disambiguation timeout to 50ms
# The default is 500ms, which makes vim kind of painful