diff --git a/tmux.conf b/tmux.conf index f880154..42e3940 100644 --- a/tmux.conf +++ b/tmux.conf @@ -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