]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
tmux.conf: Add format for windows in window list.
authorSimon Ruderich <simon@ruderich.org>
Mon, 6 Jun 2011 20:15:57 +0000 (22:15 +0200)
committerSimon Ruderich <simon@ruderich.org>
Mon, 6 Jun 2011 20:15:57 +0000 (22:15 +0200)
tmux.conf

index 9673ec6692478f0dbce6bd8d491223b6938abbe6..c3565cab595590106ab3ab34dd276af19660e83f 100644 (file)
--- 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