tmux: Increase pane scrollback buffer to 50k lines

This commit is contained in:
2019-05-29 20:10:25 +02:00
parent 56b991d127
commit ec381d9e2b

View File

@ -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'