From 42f47d895965f014f01a1c77df9d21f4e354cbd7 Mon Sep 17 00:00:00 2001 From: Azalea Gui <22280294+hykilpikonna@users.noreply.github.com> Date: Wed, 11 Dec 2024 01:43:00 -0500 Subject: [PATCH] [O] Larger history limit --- config-sync/.config/tmux/tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/config-sync/.config/tmux/tmux.conf b/config-sync/.config/tmux/tmux.conf index f489b3c..f7d13aa 100644 --- a/config-sync/.config/tmux/tmux.conf +++ b/config-sync/.config/tmux/tmux.conf @@ -1,5 +1,6 @@ set-option -g mouse on +set-option -g history-limit 10000 set -g default-shell /usr/bin/zsh set -g base-index 1 set -g renumber-windows on