1
0
Fork 0

Add scrolling support for tmux

This commit is contained in:
Aires 2024-06-11 12:24:27 -04:00
parent c9dd490cdc
commit 439970e14f

View file

@ -19,6 +19,9 @@ with lib;
enable = true;
newSession = true;
clock24 = true;
extraConfig = ''
set -g terminal-overrides 'xterm*:smcup@:rmcup@'
'';
};
};
}