From 27b1c14118a886533d378eb8adadc8135fad45b8 Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Sat, 3 Dec 2011 17:13:15 +0200 Subject: [PATCH] tmux.conf: Use screen-256color as $TERM . It might have nicer colours, but I don't know. --- tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tmux.conf b/tmux.conf index 4ea4c124..843cbffd 100755 --- a/tmux.conf +++ b/tmux.conf @@ -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"