diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2025-01-20 10:24:48 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2025-01-20 10:25:19 -0400 |
commit | 07f1dd42bcecd27b2bd6c7a6cfaa01f4fb40293b (patch) | |
tree | 65aa0ebc62f29a8782c27a3cc79fec75903a1dba | |
parent | c45d2cd07a8f02e7ae6a43963e17fd72a9100e95 (diff) |
tmux: much longer history limit
default is seemingly 2000
-rw-r--r-- | .tmux.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.tmux.conf b/.tmux.conf index b51fe44..04760e3 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,6 +1,7 @@ set -g default-shell /bin/zsh set -g mouse on set -g default-terminal "screen-256color" +set -g history-limit 8000 set -g repeat-time 250 set -sg escape-time 0 |