From ec381d9e2bf6314a8adc4d562b857e594042fdc1 Mon Sep 17 00:00:00 2001 From: jdreichmann Date: Wed, 29 May 2019 20:10:25 +0200 Subject: [PATCH] tmux: Increase pane scrollback buffer to 50k lines --- roles/tmux/templates/tmux.conf.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/tmux/templates/tmux.conf.j2 b/roles/tmux/templates/tmux.conf.j2 index cfac24a..aa65e4f 100644 --- a/roles/tmux/templates/tmux.conf.j2 +++ b/roles/tmux/templates/tmux.conf.j2 @@ -36,7 +36,9 @@ set status-right '[FFKA: #(ip addr show freifunk | grep inet6 | grep -v fe80 | c # Refresh status bar every 2s set status-interval 2 +# Set some helpful limits & modes set -g mouse on +set -g history-limit 50000 # Initialize tmux-plugin-manager run '~/.tmux/plugins/tpm/tpm'