December 21, 2024 | 1 分钟 | 74 字 | Tianlun Song | PR

永久配置
$ vim ~/.tmux.conf
+ set -g history-limit 5000
# 注:默认为2000行,这里设置为5000行
动态配置
$ tmux set-option history-limit 5000
$ tmux
运行时配置
$ tmux
<C-B> :set-option history-limit 5000
References
注:本作品采用 知识共享署名-非商业性使用-相同方式共享 4.0 国际许可协议 进行许可。




















