X-Git-Url: http://git.iain.cx/?p=profile.git;a=blobdiff_plain;f=.tmux.conf;h=c2c3688e179adce7a9bdfbd6cf1983999e8c2d08;hp=76a9eb34403a9590359c0edd7edbda8a1893ea3f;hb=422d35463c5670d03dfd078368a161ab76ed535e;hpb=c1097d966d9eab20f4a59d1d176c91f40e8aa39b 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. ################################################################################