Merge pull request #479 from csexton/edit-command-line
C-x C-e to edit current command in $EDITORmaster
commit
d62f29b625
1 changed files with 3 additions and 0 deletions
@ -0,0 +1,3 @@ |
||||
autoload -U edit-command-line |
||||
zle -N edit-command-line |
||||
bindkey '\C-x\C-e' edit-command-line |
||||
Loading…
Reference in new issue