From a6585a4021d6d9b6991aef39f6da6aa667688043 Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Mon, 30 Jan 2017 15:37:35 +0100 Subject: [PATCH] Increase tmux history size. --- tmux/.config/tmux/tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf index c69abda..a9a9186 100644 --- a/tmux/.config/tmux/tmux.conf +++ b/tmux/.config/tmux/tmux.conf @@ -19,3 +19,6 @@ bind R source ~/.config/tmux/tmux.conf bind c new-window -c '#{pane_current_path}' bind "\"" split-window -c '#{pane_current_path}' bind "\%" split-window -h -c '#{pane_current_path}' + +# Larger buffer size, 2000 is always too small. +set-option -g history-limit 10000