From 91a64fb240b781014479342d9217cc92142918e0 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Mon, 6 Jun 2011 22:01:10 +0200 Subject: [PATCH] tmux.conf: Increase window history (scrollback buffer in screen). --- tmux.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tmux.conf b/tmux.conf index 37a86ff..7e49559 100644 --- a/tmux.conf +++ b/tmux.conf @@ -1,6 +1,12 @@ # Tmux configuration file. +# GENERAL + +# Use a larger window history, in lines. +set-option -g history-limit 10000 + + # TERMINAL # Disable alternative screen feature. This way e.g. Vim's window content stays -- 2.44.2