X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=home%2F.tmux.conf;h=714983c5959afb60a7719f5ba4409d15d2747660;hb=4cc39e2abe613081cded4c3fc23b978c2ee4ebdc;hp=dca977a000080d71621f17181c316c85924a6970;hpb=e33652def8a390300ad7f7305e6a05e60904dd7b;p=khome.git diff --git a/home/.tmux.conf b/home/.tmux.conf index dca977a..714983c 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 @@ -50,6 +50,8 @@ set -g status on setw -g status-position bottom 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 window-status-current-style "fg=#dfaf8f" #setw -ga window-status-current-style "bg=#2b2b2b"