From c42046dddd4cd23b5ecf6b1022fda4c5b4b7c39e Mon Sep 17 00:00:00 2001 From: Tharre Date: Wed, 8 Mar 2017 01:47:55 +0100 Subject: tmux: increase scrollback buffer size --- .tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index 9ee9f96..d317df6 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -6,6 +6,8 @@ set -g default-terminal "screen-256color" set -g base-index 1 # start window numbering with 1 +set-option -g history-limit 100000 + bind-key r source-file ~/.tmux.conf \; display "Config reloaded!" if-shell "test -e ~/.tmux.conf.local" "source-file ~/.tmux.conf.local" -- cgit v1.2.3-70-g09d2