Merge pull request #479 from csexton/edit-command-line

C-x C-e to edit current command in $EDITOR
This commit is contained in:
Robby Russell 2011-07-18 07:57:54 -07:00
commit d62f29b625

View File

@ -0,0 +1,3 @@
autoload -U edit-command-line
zle -N edit-command-line
bindkey '\C-x\C-e' edit-command-line