X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/ea4fa64e2ed28191207ee733a9c1e6b17072ee90..ea0e3c0e2538bedac1968d402db291eab78126b8:/.zsh/zshrc/80_zle?ds=inline 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