From 85d8147b182411641cf48fa8f267bbc90c1b6d7f Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 1 Mar 2012 00:24:23 +1300 Subject: Use more compact window titles. Consistent with original tmux layout. --- tmux/tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 54ad7431..367b548a 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -92,8 +92,8 @@ set-option -g message-bg colour18 set-window-option -g mode-keys vi # Use two-space separators, and forget the status indicator. -set-window-option -g window-status-format "#[fg=colour16]#I #W#F " -set-window-option -g window-status-current-format "#[fg=colour231]#I #W#F " +set-window-option -g window-status-format "#[fg=colour16]#I:#W#F" +set-window-option -g window-status-current-format "#[fg=colour231]#I:#W#F" # Set colours for choosing dialogs. set-window-option -g mode-fg colour231 -- cgit v1.2.3