tmux: screen-256color -- fix HOME/END
parent
c1ad26246c
commit
08369e38e1
|
@ -14,7 +14,7 @@ in
|
||||||
shell = "${pkgs.fish}/bin/fish";
|
shell = "${pkgs.fish}/bin/fish";
|
||||||
mouse = true;
|
mouse = true;
|
||||||
baseIndex = 1;
|
baseIndex = 1;
|
||||||
terminal = "xterm-256color";
|
terminal = "screen-256color";
|
||||||
newSession = true;
|
newSession = true;
|
||||||
|
|
||||||
plugins = with pkgs; [
|
plugins = with pkgs; [
|
||||||
|
|
Loading…
Reference in New Issue