From 07f1dd42bcecd27b2bd6c7a6cfaa01f4fb40293b Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Mon, 20 Jan 2025 10:24:48 -0400 Subject: tmux: much longer history limit default is seemingly 2000 --- .tmux.conf | 1 + 1 file changed, 1 insertion(+) 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 -- cgit 1.3.0-6-gf8a5