浏览代码

~/.tmux.conf: Keep a much larger scrollback history

Lu Stadler 7 年之前
父节点
当前提交
97766a2e6d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .tmux.conf

+ 1 - 1
.tmux.conf

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