From: martin f. krafft Date: Fri, 28 Nov 2008 09:59:42 +0000 (+0100) Subject: enable edit-command-line widget X-Git-Url: https://git.madduck.net/etc/zsh.git/commitdiff_plain/ea0e3c0e2538bedac1968d402db291eab78126b8 enable edit-command-line widget --- 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