From cd0af373d23451d6f1b3f1a38a9856237030cf37 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Thu, 7 Dec 2017 00:02:06 -0500 Subject: [PATCH] Increase the history limit from 10,000 lines to 100,000 lines --- tmux.normal.conf | 2 +- tmux.powerline.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tmux.normal.conf b/tmux.normal.conf index 9e02f30..8ed84db 100644 --- a/tmux.normal.conf +++ b/tmux.normal.conf @@ -28,7 +28,7 @@ set-option -g pane-base-index 1 #start counting panes at 1 instead of 0 set-option -g renumber-windows on #when a window is closed, renumber the remaining windows set-option -g set-titles on #attempt to set the terminal title set-option -g set-titles-string "#I:#P - #W - #T" #string used to set the terminal title -set-option -g history-limit 10000 #maximum number of lines kept in history +set-option -g history-limit 100000 #maximum number of lines kept in history set-option -g display-time 2000 #number of ms for status line messages and other on-screen indicators to display set-option -g display-panes-time 2000 #number of ms to show indicators from the display-panes command set-option -sg escape-time 0 #allow commands immediately following send-prefix diff --git a/tmux.powerline.conf b/tmux.powerline.conf index 0cb8904..cf0f95d 100644 --- a/tmux.powerline.conf +++ b/tmux.powerline.conf @@ -28,7 +28,7 @@ set-option -g pane-base-index 1 #start counting panes at 1 instead of 0 set-option -g renumber-windows on #when a window is closed, renumber the remaining windows set-option -g set-titles on #attempt to set the terminal title set-option -g set-titles-string "#I:#P - #W - #T" #string used to set the terminal title -set-option -g history-limit 10000 #maximum number of lines kept in history +set-option -g history-limit 100000 #maximum number of lines kept in history set-option -g display-time 2000 #number of ms for status line messages and other on-screen indicators to display set-option -g display-panes-time 2000 #number of ms to show indicators from the display-panes command set-option -sg escape-time 0 #allow commands immediately following send-prefix