diff --git a/zshrc b/zshrc index ab470cb..796cda6 100644 --- a/zshrc +++ b/zshrc @@ -78,6 +78,14 @@ zstyle ':completion:*:descriptions' format '%B%d%b' zstyle ':completion:*:make:*:targets' call-command true zstyle ':completion:*:make:*' tag-order targets +# ============================================================================== +# Edit command line +# ============================================================================== + +autoload -z edit-command-line +zle -N edit-command-line +bindkey "^X^E" edit-command-line + # ============================================================================== # Private Dotfiles # ==============================================================================