update size for git repos and kitty scrollback

This commit is contained in:
Noah Masur
2024-02-28 16:10:56 -05:00
parent bbdfeb645e
commit 67f7506636
2 changed files with 3 additions and 3 deletions

View File

@ -103,8 +103,8 @@
color21 = config.theme.colors.base06;
# Scrollback
scrolling_lines = 10000;
scrollback_pager_history_size = 10; # MB
scrollback_lines = 10000;
scrollback_pager_history_size = 300; # MB
# Window
window_padding_width = 6;