X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=home%2F.tmux.conf;h=05d17b81d02462945e0854e3b64c5932437217f1;hb=84d0d20e649a7a983f61ec677b30867c9ef6213c;hp=89e4666c846489477bd7860ddc615937940bc072;hpb=8f413979b303cfd353f6d59b6310ad263d7e4f89;p=khome.git diff --git a/home/.tmux.conf b/home/.tmux.conf index 89e4666..05d17b8 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,8 +27,8 @@ 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 -# repeat-time 500 +set -g renumber-windows on +set -g repeat-time 250 # set-remain-on-exit off # #H Hostname of local host @@ -42,14 +42,21 @@ set -g history-limit 1000000000 # #W Name of window set -g set-titles on -set -g set-titles-string "#S [#I #{session_windows}] #W - #T #{session_alerts}" +set -g set-titles-string "#{window_name} - #{pane_title} #{session_alerts}" set -g allow-rename on setw -g automatic-rename set -g status on setw -g status-position bottom setw -g status-style "fg=#b2b2a0" -setw -ga status-style "bg=#3f3f3f" +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-left "" +setw -g status-left-length 0 +setw -g status-right "#(basename #{socket_path}) (#{session_name}) [#{window_index}.#{pane_index} #{session_windows}] " +setw -g status-right-length 50 +setw -g status-interval 10 setw -g window-status-current-style "fg=#dfaf8f" #setw -ga window-status-current-style "bg=#2b2b2b"