From 5b8723667103cc8ff30da6f7a18105adec963aad Mon Sep 17 00:00:00 2001 From: Gardouille Date: Thu, 8 Feb 2018 10:46:20 +0100 Subject: [PATCH] Increase history size of a pane See https://stackoverflow.com/questions/18760281/how-to-increase-scrollback-buffer-size-in-tmux --- tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tmux.conf b/tmux.conf index bc4bee3..531e52c 100644 --- a/tmux.conf +++ b/tmux.conf @@ -37,6 +37,8 @@ white="#efefef" set -g default-terminal "screen-256color" +set-option -g history-limit 10000 + ### }}} ### statusbar {{{