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'