From 46fa66635b5a647a2e4831e3c4c5659f6590155d Mon Sep 17 00:00:00 2001 From: darkelfe14728 Date: Thu, 30 May 2019 15:10:51 +0200 Subject: [PATCH] zsh - fix debgin/end key mapping --- zsh/zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zsh/zshrc b/zsh/zshrc index ff8d01e..d40ac09 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -10,8 +10,8 @@ setopt histignorealldups sharehistory # Use emacs keybindings even if our EDITOR is set to vi bindkey -e -bindkey '[1~' beginning-of-line # [Origin] -bindkey '[4~' end-of-line # [Fin] +bindkey '' beginning-of-line # [Origin] +bindkey '' end-of-line # [Fin] bindkey '^[[2~' overwrite-mode # [Insert] bindkey '^[[3~' delete-char # [Suppr] bindkey '[5~' history-search-backward # [Page-Up]