From ed9b94bb2473a565278d874f4f502d08a48850d8 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Mon, 6 Jun 2011 22:15:57 +0200 Subject: [PATCH] tmux.conf: Add format for windows in window list. --- tmux.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tmux.conf b/tmux.conf index 9673ec6..c3565ca 100644 --- a/tmux.conf +++ b/tmux.conf @@ -34,6 +34,11 @@ set-option -g status-left "" # Current load average and hostname on the right. set-option -g status-right "#(uptime | cut -d: -f5- | tr -d ,) #H" +# Format for windows in the window list in the status line. #I window index, +# #W window number, #F window flags. +set-window-option -g window-status-format "#I #W#F" +set-window-option -g window-status-current-format "#I #W#F" + # BINDINGS -- 2.44.1