tmux: screen-256color -- fix HOME/END

main
Zynh Ludwig 2024-07-28 14:20:40 -07:00
parent c1ad26246c
commit 08369e38e1
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ in
shell = "${pkgs.fish}/bin/fish";
mouse = true;
baseIndex = 1;
terminal = "xterm-256color";
terminal = "screen-256color";
newSession = true;
plugins = with pkgs; [