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