home: tmux: increase history scrollback
All checks were successful
ci/woodpecker/push/check Pipeline was successful

Even *longer*.
This commit is contained in:
Bruno BELANYI 2025-07-15 09:54:23 +00:00
parent 0edcf4b891
commit e751641a79

View file

@ -48,7 +48,7 @@ in
keyMode = "vi"; # Home-row keys and other niceties
clock24 = true; # I'm one of those heathens
escapeTime = 0; # Let vim do its thing instead
historyLimit = 100000; # Bigger buffer
historyLimit = 1000000; # Bigger buffer
mouse = false; # I dislike mouse support
focusEvents = true; # Report focus events
terminal = "tmux-256color"; # I want accurate termcap info