From: Iain Patterson Date: Sat, 20 Nov 2010 12:23:14 +0000 (+0000) Subject: More scrollback in tmux. X-Git-Url: http://git.iain.cx/?p=profile.git;a=commitdiff_plain;h=422d35463c5670d03dfd078368a161ab76ed535e More scrollback in tmux. --- 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. ################################################################################