fix tmux term weird
This commit is contained in:
parent
f75ccacd3e
commit
c0ad5a00ba
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
|
@ -40,5 +40,6 @@
|
||||||
yt-dlp
|
yt-dlp
|
||||||
gnumake
|
gnumake
|
||||||
btop
|
btop
|
||||||
|
foot.terminfo
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue