Explorar el Código

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

Lucas Stadler %!s(int64=12) %!d(string=hace) años
padre
commit
cade5ca8d3
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      .tmux.conf

+ 1 - 0
.tmux.conf

@ -12,6 +12,7 @@ set -g default-terminal "screen-256color"
12 12
set -g status-utf8 on
13 13
set-option -g set-titles on
14 14
set-option -g set-titles-string "tmux(#I): #W #T"
15
set-option -g history-limit 10000
15 16
16 17
set -g status-bg black
17 18
set -g status-fg white