home: tmux: disable escape time

How am I only finding out about this now?
This commit is contained in:
Antoine Martin 2025-02-21 22:00:30 +01:00
parent 2e53d24159
commit b4d0d5f0a0

View file

@ -19,6 +19,7 @@ in {
config = mkIf cfg.enable {
programs.tmux = {
enable = true;
escapeTime = 0;
baseIndex = 1;
terminal = "screen-256color";
clock24 = true;