diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc index 1f24c5a..3b9938d 100644 --- a/zsh/.config/zsh/.zshrc +++ b/zsh/.config/zsh/.zshrc @@ -172,7 +172,7 @@ bindkey '^r' history-incremental-search-backward # Send command to editor and back for execution zle -N edit-command-line -bindkey -M vicmd ' ' edit-command-line +bindkey -M vicmd '^e' edit-command-line # Deduplicate PATH - remove any duplicate entries from PATH # from: https://unix.stackexchange.com/questions/40749/remove-duplicate-path-entries-with-awk-command