tmux: screen-256color -- fix HOME/END
This commit is contained in:
parent
c1ad26246c
commit
08369e38e1
1 changed files with 1 additions and 1 deletions
|
@ -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; [
|
||||
|
|
Loading…
Reference in a new issue