set tmux scrollback to just 5000 lines

This commit is contained in:
David Todd 2019-04-30 10:05:37 -05:00
parent 80b5ff8470
commit 8663c784d4

View File

@ -57,7 +57,7 @@ bind -n M-> resize-pane -R 1
bind-key w display-panes
# Sets tmux scrollback history
set -g history-limit 5000000
set -g history-limit 5000
# Syncronizes keys typed in one pane across all panes, press again to disable
bind-key y setw synchronize-panes