home: tmux: make history longer

We got tons of RAM!
This commit is contained in:
Bruno BELANYI 2021-09-30 16:47:52 +02:00
parent 07cf0fa4da
commit 84cdc30037
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,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 = 5000; # Bigger buffer
historyLimit = 50000; # Bigger buffer
terminal = "tmux-256color"; # I want accurate termcap info
plugins = with pkgs.tmuxPlugins; [