fix tmux term weird

This commit is contained in:
cy 2024-12-21 15:14:48 -05:00
parent f75ccacd3e
commit c0ad5a00ba
2 changed files with 2 additions and 1 deletions

View file

@ -20,7 +20,7 @@
]; ];
prefix = "C-f"; prefix = "C-f";
sensibleOnTop = true; sensibleOnTop = true;
terminal = "tmux-256color"; terminal = "foot";
extraConfig = '' extraConfig = ''
bind h select-pane -L bind h select-pane -L
bind j select-pane -D bind j select-pane -D

View file

@ -40,5 +40,6 @@
yt-dlp yt-dlp
gnumake gnumake
btop btop
foot.terminfo
]; ];
} }