set tmux scrollback to just 5000 lines
This commit is contained in:
parent
80b5ff8470
commit
8663c784d4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user