mirror of https://github.com/nirenjan/dotfiles.git
Add true-color override to default-terminal
This change enables True Color in tmux, without having to patch the terminfo database.master
parent
8f9698bf75
commit
b9afaea34d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue