From 104d97a9bd8e0024be0fa5ba2f4899381786f317 Mon Sep 17 00:00:00 2001 From: James Walker Date: Fri, 20 Apr 2012 09:50:42 -0400 Subject: [PATCH] #h doesn't exist in 1.1 (ubuntu lucid) --- tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux.conf b/tmux.conf index 1e44d5d..11bfaa3 100644 --- a/tmux.conf +++ b/tmux.conf @@ -2,7 +2,7 @@ unbind C-b set -g prefix C-o set -g set-titles on -set -g set-titles-string "#h: #W [#I]" +set -g set-titles-string "#H: #W [#I]" set -g status-bg black set -g status-fg white