From f3fd95782c11eab90b8bbfca51be57a579be646e Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Fri, 10 Oct 2014 11:31:52 +0900 Subject: [PATCH] Fix tmux status line ad-hoc-ly --- tmux.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tmux.conf b/tmux.conf index 9704cb5..f17a323 100644 --- a/tmux.conf +++ b/tmux.conf @@ -26,7 +26,8 @@ setw -g mode-mouse off # set -g set-titles off set -g display-panes-time 5000 set -g window-status-current-format "#I|#W:#T#F" -set -g window-status-format "#I|#W:#T#F" +#set -g window-status-format "#I|#W:#T#F" +set -g window-status-format "#I|#T#F" # set window name automatically from command currently running set -g automatic-rename on