From 84cdc30037e390b8eab213f08e331f163f7d921b Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Thu, 30 Sep 2021 16:47:52 +0200 Subject: [PATCH] home: tmux: make history longer We got tons of RAM! --- home/tmux/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/tmux/default.nix b/home/tmux/default.nix index 6b05414..8e0c901 100644 --- a/home/tmux/default.nix +++ b/home/tmux/default.nix @@ -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; [