Просмотр исходного кода

~/.tmux.conf: Up the history limit.

Lucas Stadler лет назад: 12
Родитель
Сommit
cade5ca8d3
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      .tmux.conf

+ 1 - 0
.tmux.conf

12
set -g status-utf8 on
12
set -g status-utf8 on
13
set-option -g set-titles on
13
set-option -g set-titles on
14
set-option -g set-titles-string "tmux(#I): #W #T"
14
set-option -g set-titles-string "tmux(#I): #W #T"
15
set-option -g history-limit 10000
15
16
16
set -g status-bg black
17
set -g status-bg black
17
set -g status-fg white
18
set -g status-fg white