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]