From f9713af1b3947282c406a299fa4422c3cc8e39e1 Mon Sep 17 00:00:00 2001 From: Daniel Olsen Date: Thu, 23 Dec 2021 02:04:37 +0100 Subject: [PATCH] fix home end del zsh keybinds --- profiles/zsh/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/profiles/zsh/default.nix b/profiles/zsh/default.nix index c114bca..2a26d7c 100644 --- a/profiles/zsh/default.nix +++ b/profiles/zsh/default.nix @@ -31,6 +31,9 @@ in zle -N history-beginning-search-forward-end history-search-end bindkey "^[[A" history-beginning-search-backward-end bindkey "^[[B" history-beginning-search-forward-end + bindkey '\e[H' beginning-of-line + bindkey '\e[F' end-of-line + bindkey '\e[3~' delete-char ZLE_RPROMPT_INDENT=0