From 08369e38e1ca6001022d7486ed196f03c50017af Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Sun, 28 Jul 2024 14:20:40 -0700 Subject: [PATCH] tmux: screen-256color -- fix HOME/END --- home/modules/tmux.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/modules/tmux.nix b/home/modules/tmux.nix index 9e4fdf6..d754739 100644 --- a/home/modules/tmux.nix +++ b/home/modules/tmux.nix @@ -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; [