home/tmux: increase history buffer tenfold

This commit is contained in:
2026-02-02 23:06:48 +09:00
parent 625dca5c2e
commit 478e607b8d
+1
View File
@@ -11,6 +11,7 @@ in
prefix = "C-a";
mouse = true;
terminal = "screen-256color";
historyLimit = 20000;
plugins = with pkgs.tmuxPlugins; [
copycat