From 8b9d5a3c21a9fb7ac16610335c9a42b625926f18 Mon Sep 17 00:00:00 2001 From: Buddy Sandidge Date: Mon, 2 Aug 2021 11:44:29 -0700 Subject: [PATCH] Update tmux history size --- tmux/.tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 90ed685..8bfaada 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -8,7 +8,7 @@ unbind C-b # More responsive with sending commands set -sg escape-time 1 -set-option -g history-limit 50000 +set-option -g history-limit 500000 # Start counting at 0, easier for keyboard shortcuts set -g base-index 1