« get me outta code hell

tmux: much longer history limit - dotfiles - Miscellaneous configuration files of my personal use
about summary refs log tree commit diff
diff options
context:
space:
mode:
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
commit07f1dd42bcecd27b2bd6c7a6cfaa01f4fb40293b (patch)
tree65aa0ebc62f29a8782c27a3cc79fec75903a1dba
parentc45d2cd07a8f02e7ae6a43963e17fd72a9100e95 (diff)
tmux: much longer history limit
default is seemingly 2000
-rw-r--r--.tmux.conf1
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