diff --git a/home/programs/tmux/default.nix b/home/programs/tmux/default.nix index b68a1a6..87bf536 100644 --- a/home/programs/tmux/default.nix +++ b/home/programs/tmux/default.nix @@ -11,6 +11,7 @@ in prefix = "C-a"; mouse = true; terminal = "screen-256color"; + historyLimit = 20000; plugins = with pkgs.tmuxPlugins; [ copycat