X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=tmux.conf;h=ced99a1d52c3d4999891d738fcdc8f87bab50752;hb=d8a2fddef87e3fc24c774b8c0ef5e2dc460a4f42;hp=9673ec6692478f0dbce6bd8d491223b6938abbe6;hpb=713b1479282ed975a2e1d1f15294a66b609276e4;p=config%2Fdotfiles.git diff --git a/tmux.conf b/tmux.conf index 9673ec6..ced99a1 100644 --- a/tmux.conf +++ b/tmux.conf @@ -6,6 +6,9 @@ # Use a larger window history, in lines. set-option -g history-limit 10000 +# Display messages for three seconds. +set-option -g display-time 3000 + # TERMINAL @@ -34,6 +37,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