diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc index c2b21d9..f090c0b 100644 --- a/zsh/.config/zsh/.zshrc +++ b/zsh/.config/zsh/.zshrc @@ -179,7 +179,7 @@ bindkey -M isearch '^N' history-incremental-search-forward # Send command to editor and back for execution zle -N edit-command-line -bindkey -M vicmd '^e' edit-command-line +bindkey '^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