X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=home%2F.tmux.conf;h=95cd4cbca9dbc613068df2cd567ca5c6bcc52eb3;hb=96f025ba1f54c837324d68cf8c9e55bf3139e103;hp=94109a2b8b3419c2c0bbbadb5aaf4835683c94e2;hpb=a9f21c1139d92d8d11d4d9a7e70bc359b8a7413b;p=khome.git diff --git a/home/.tmux.conf b/home/.tmux.conf index 94109a2..95cd4cb 100644 --- a/home/.tmux.conf +++ b/home/.tmux.conf @@ -8,7 +8,7 @@ set -g prefix F1 set -g mouse on # mouse-utf8 on set -g mode-keys vi -set -g history-limit 1000000000 +set -g history-limit 1000000 # assume-paste-time 1 # base-index 0 @@ -27,7 +27,7 @@ set -g history-limit 1000000000 # lock-command "lock -np" # message-command-style fg=yellow,bg=black # message-style fg=black,bg=yellow -# renumber-windows off +set -g renumber-windows on # repeat-time 500 # set-remain-on-exit off @@ -52,6 +52,8 @@ setw -g status-style "fg=#b2b2a0" setw -ga status-style "bg=#383838" #setw -ga status-style "bg=#1f1f1f" # too dark #setw -ga status-style "bg=#3f3f3f" # blends with term bg too much +setw -g status-right "\"#{=21:pane_title}\" #(weekday-viz) %b %d %H:%M" +setw -g status-interval 10 setw -g window-status-current-style "fg=#dfaf8f" #setw -ga window-status-current-style "bg=#2b2b2b"