From: Simon Ruderich Date: Mon, 6 Jun 2011 20:01:10 +0000 (+0200) Subject: tmux.conf: Increase window history (scrollback buffer in screen). X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=91a64fb240b781014479342d9217cc92142918e0;p=config%2Fdotfiles.git tmux.conf: Increase window history (scrollback buffer in screen). --- 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