From 4bb0b8777d06c200be77d1faa0656c3aa8fafdd4 Mon Sep 17 00:00:00 2001 From: Sean Buckley Date: Sun, 5 May 2024 21:12:21 -0400 Subject: [PATCH] tmux: history-limit 10000 --- modules/cli/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/cli/default.nix b/modules/cli/default.nix index 58a3c86..7c9a6b0 100644 --- a/modules/cli/default.nix +++ b/modules/cli/default.nix @@ -119,6 +119,7 @@ bind-key '"' split-window -v -c "#{pane_current_path}" bind-key '%' split-window -h -c "#{pane_current_path}" set -g base-index 1 + set -g history-limit 10000 set -g pane-base-index 1 set -g renumber-windows on set -sa terminal-overrides ",*256color:Tc"