try to fix tmux key issues

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-09-03 00:24:47 -05:00
parent 566d709ca8
commit 09eeb75f47
5 changed files with 8 additions and 9 deletions

View file

@ -16,7 +16,7 @@
mouse = true;
keyMode = "vi";
shell = "${pkgs.zsh}/bin/zsh";
terminal = "screen-256color";
terminal = "tmux-256color";
aggressiveResize = true;
sensibleOnTop = false;