From 981e0a29fda3e22e2dfaa743387d036b8e09aa69 Mon Sep 17 00:00:00 2001 From: James Walker Date: Fri, 20 Apr 2012 08:39:59 -0400 Subject: [PATCH] more tmux config --- tmux.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tmux.conf b/tmux.conf index a3b894c..1e44d5d 100644 --- a/tmux.conf +++ b/tmux.conf @@ -1,2 +1,8 @@ unbind C-b set -g prefix C-o + +set -g set-titles on +set -g set-titles-string "#h: #W [#I]" + +set -g status-bg black +set -g status-fg white