tmux.conf: Use screen-256color as $TERM .

It might have nicer colours, but I don't know.
This commit is contained in:
Mika Suomalainen 2011-12-03 17:13:15 +02:00
parent 7efe627768
commit 27b1c14118
1 changed files with 3 additions and 0 deletions

View File

@ -24,3 +24,6 @@ bind-key 0 select-window -t :10
# Enables mouse
set -g mode-mouse on
# Enables colours
set -g default-terminal "screen-256color"