From cced15a50755289843395c8adb70621e3de51407 Mon Sep 17 00:00:00 2001 From: caem Date: Thu, 20 Feb 2025 00:23:21 +0100 Subject: [PATCH] tmux: Fix configuration --- modules/home/caem/development/tmux.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/home/caem/development/tmux.nix b/modules/home/caem/development/tmux.nix index d4c3b82..311874d 100644 --- a/modules/home/caem/development/tmux.nix +++ b/modules/home/caem/development/tmux.nix @@ -8,10 +8,10 @@ programs.tmux = { enable = true; baseIndex = 1; - historyLimit = 696969696969; + historyLimit = 9999999; mouse = true; newSession = true; - terminal = ",xterm-256color:Tc"; + terminal = "xterm-256color"; clock24 = true; extraConfig = '' set -s copy-command 'wl-copy'