From 422d35463c5670d03dfd078368a161ab76ed535e Mon Sep 17 00:00:00 2001 From: Iain Patterson Date: Sat, 20 Nov 2010 12:23:14 +0000 Subject: [PATCH] More scrollback in tmux. --- .tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index 76a9eb3..c2c3688 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -13,6 +13,9 @@ set -s escape-time 100 setw -g clock-mode-colour white setw -g clock-mode-style 24 +# Scrollback buffer. +set -g history-limit 4096 + ################################################################################ # Screen compatibility. ################################################################################ -- 2.20.1