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'