From 8663c784d4f9bef0df518a187dcace855db31c74 Mon Sep 17 00:00:00 2001 From: David Todd Date: Tue, 30 Apr 2019 10:05:37 -0500 Subject: [PATCH] set tmux scrollback to just 5000 lines --- home/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/tmux.conf b/home/tmux.conf index c37f870..9e6ec75 100644 --- a/home/tmux.conf +++ b/home/tmux.conf @@ -57,7 +57,7 @@ bind -n M-> resize-pane -R 1 bind-key w display-panes # Sets tmux scrollback history -set -g history-limit 5000000 +set -g history-limit 5000 # Syncronizes keys typed in one pane across all panes, press again to disable bind-key y setw synchronize-panes