Increase scrollback

This commit is contained in:
Kuba Orlik 2026-06-14 14:54:46 +02:00
parent 50fa9306fd
commit fb83d93416

View File

@ -13,3 +13,6 @@ bind-key -T copy-mode \
bind-key -T copy-mode \
WheelDownPane select-pane \; send-keys -X -N 1 scroll-down
# increase scrollback size
set-option -g history-limit 10000