From 4ec8693cc7bd698d7ca453ef5a63afe7cd70788b Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Mon, 30 Apr 2012 19:25:50 +0300 Subject: [PATCH] tmux.conf: It's not enabling colours, one word was probably forgotten. --- tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux.conf b/tmux.conf index ad3f255b..9e2a9b04 100644 --- a/tmux.conf +++ b/tmux.conf @@ -22,5 +22,5 @@ set -g base-index 1 # Sets 0 as window 10 (in my keyboard, numbers are 1234567890) bind-key 0 select-window -t :10 -# Enables colours +# Enables additional colours set -g default-terminal "screen-256color"