From 90f309f052c1b991cd81081dff92ce48af7e404c Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Tue, 14 Oct 2014 12:48:13 +0900 Subject: [PATCH] Revert "Fix tmux status line ad-hoc-ly" This reverts commit f3fd95782c11eab90b8bbfca51be57a579be646e. --- tmux.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tmux.conf b/tmux.conf index f17a323..9704cb5 100644 --- a/tmux.conf +++ b/tmux.conf @@ -26,8 +26,7 @@ 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|#T#F" +set -g window-status-format "#I|#W:#T#F" # set window name automatically from command currently running set -g automatic-rename on