From de91a754ccd79c991f9395666d90cf6b5a346769 Mon Sep 17 00:00:00 2001 From: Alison Watson Date: Sun, 20 Jun 2021 07:50:06 -0600 Subject: [PATCH] make tmux display more history --- applications/tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/applications/tmux.conf b/applications/tmux.conf index 33de3c4..56f7d7d 100644 --- a/applications/tmux.conf +++ b/applications/tmux.conf @@ -19,6 +19,7 @@ setw -g window-status-style 'bg=#241d29' # misc. settings set -s escape-time 0 set -g destroy-unattached on +set -g history-limit 10000 # bindings bind -n M-Down select-pane -D