X-Git-Url: http://git.iain.cx/?p=profile.git;a=blobdiff_plain;f=.tmux.conf;h=c2c3688e179adce7a9bdfbd6cf1983999e8c2d08;hp=5d9d8b79e6b3fa704e3f2d36f50296ec63fc6205;hb=422d35463c5670d03dfd078368a161ab76ed535e;hpb=d6ccc8abb1b587d6c9e2b4f416c1236cc61e7c3c diff --git a/.tmux.conf b/.tmux.conf index 5d9d8b7..c2c3688 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -13,12 +13,16 @@ 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. ################################################################################ set -g prefix C-p unbind C-b bind C-p last-window +bind p send-keys C-p bind C-l refresh-client bind l refresh-client bind S split-window -v