tmux.conf: use tmux-256color

This commit is contained in:
Aminda Suomalainen 2015-09-06 19:11:47 +03:00
parent 0f00443a7b
commit 74d57e0b0f
1 changed files with 4 additions and 1 deletions

View File

@ -27,4 +27,7 @@ set -g base-index 1
bind-key 0 select-window -t :10
# Enables additional colours
set -g default-terminal "screen-256color"
# tmux-256color is in 2.1 and is required for italics. This seems to be
# ignored on older versions as my $TERM reported as screen-256color in my
# tests.
set -g default-terminal "tmux-256color"