From ea0e3c0e2538bedac1968d402db291eab78126b8 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Fri, 28 Nov 2008 10:59:42 +0100 Subject: [PATCH] enable edit-command-line widget --- .zsh/zshrc/80_zle | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.zsh/zshrc/80_zle b/.zsh/zshrc/80_zle index da99e0c..daa066d 100644 --- a/.zsh/zshrc/80_zle +++ b/.zsh/zshrc/80_zle @@ -14,4 +14,9 @@ autoload -U url-quote-magic zle -N self-insert url-quote-magic setopt no_nomatch +# http://www.zsh.org/mla/users/2006/msg00399.html +autoload edit-command-line +zle -N edit-command-line +bindkey '\ee' edit-command-line + # vim:ft=zsh -- 2.39.2