diff options
| -rw-r--r-- | tmux.conf | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -22,4 +22,6 @@ bind -r C-l select-window -t :+ set -g status-bg "color0" set -g status-fg "color7" set -g status-right "%H:%M" +set -g status-left " [#h] " +set -g status-left-length 24 set-window-option -g window-status-current-style "bg=color4,fg=color7" |
