tmux: Fix configuration

This commit is contained in:
caem 2025-02-20 00:23:21 +01:00
parent 3893f229b7
commit cced15a507
Signed by: caem
GPG key ID: 69A830D03203405F

View file

@ -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'