From b042b51a54f32bcc604dd2c3cfbda6dc651b3d64 Mon Sep 17 00:00:00 2001 From: David Morgan Date: Mon, 7 Nov 2022 13:13:27 +0000 Subject: [PATCH] Really make end key work --- nix-conf/home/includes/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix-conf/home/includes/zsh.nix b/nix-conf/home/includes/zsh.nix index 03020a3..a70d7a9 100644 --- a/nix-conf/home/includes/zsh.nix +++ b/nix-conf/home/includes/zsh.nix @@ -97,7 +97,7 @@ # make home and end work [[ -z "$terminfo[khome]" ]] || bindkey -M emacs "$terminfo[khome]" beginning-of-line - [[ -z "$terminfo[khome]" ]] || bindkey -M emacs "$terminfo[khome]" beginning-of-line + [[ -z "$terminfo[kend]" ]] || bindkey -M emacs "$terminfo[kend]" end-of-line # disable sort when completing `git checkout` zstyle ''\':completion:*:git-checkout:*''\' sort false