Revert "tmux.conf: use tmux-256color"

This reverts commit 74d57e0b0f.

* * * * *

Apparently my tests were flawed as seen after reboot and there is no
terminfo for tmux-256color even in Arch stable repos yet.
This commit is contained in:
Aminda Suomalainen 2015-09-07 09:24:13 +03:00
parent 74d57e0b0f
commit 779a863f5d
1 changed files with 1 additions and 4 deletions

View File

@ -27,7 +27,4 @@ set -g base-index 1
bind-key 0 select-window -t :10
# Enables additional colours
# 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"
set -g default-terminal "screen-256color"