zsh - fix debgin/end key mapping

master
Julien Rosset 6 years ago
parent b39af97649
commit 46fa66635b

@ -10,8 +10,8 @@ setopt histignorealldups sharehistory
# Use emacs keybindings even if our EDITOR is set to vi # Use emacs keybindings even if our EDITOR is set to vi
bindkey -e bindkey -e
bindkey '[1~' beginning-of-line # [Origin] bindkey '' beginning-of-line # [Origin]
bindkey '[4~' end-of-line # [Fin] bindkey '' end-of-line # [Fin]
bindkey '^[[2~' overwrite-mode # [Insert] bindkey '^[[2~' overwrite-mode # [Insert]
bindkey '^[[3~' delete-char # [Suppr] bindkey '^[[3~' delete-char # [Suppr]
bindkey '[5~' history-search-backward # [Page-Up] bindkey '[5~' history-search-backward # [Page-Up]

Loading…
Cancel
Save