diff --git a/zsh/dot-zshrc b/zsh/dot-zshrc
index c7b78fb..79f2506 100644
--- a/zsh/dot-zshrc
+++ b/zsh/dot-zshrc
@@ -20,6 +20,7 @@ zstyle ':completion:*' matcher-list 'm:{a-z}={A-Za-z}'
 autoload -z edit-command-line
 zle -N edit-command-line
 
+bindkey -e
 bindkey "^V" edit-command-line
 bindkey '^K' autosuggest-execute