From e871a66115d1f206adc621b222c9744023152580 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Sat, 22 Feb 2014 00:25:44 +0900 Subject: [PATCH] tmux.conf: fix for tmux 1.9 --- tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tmux.conf b/tmux.conf index 256d656..c24f94a 100644 --- a/tmux.conf +++ b/tmux.conf @@ -27,8 +27,8 @@ set -g window-status-format "#I|#W:#T#F" set -g automatic-rename on # disable updating status-left and status-right -set status-interval 0 -set status-keys emacs +set -g status-interval 0 +set -g status-keys emacs set -g message-bg white set -g message-fg black