1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-24 17:00:47 +00:00

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