diff --git a/.zshrc b/.zshrc index fc1a85d..d6fe784 100644 --- a/.zshrc +++ b/.zshrc @@ -79,6 +79,9 @@ bindkey -e bindkey '^p' history-search-backward bindkey '^n' history-search-forward bindkey '^[w' kill-region +bindkey "^[[1~" beginning-of-line +bindkey "^[[4~" end-of-line +bindkey '^[[3~' delete-char # History HISTSIZE=5000