forked from extern/ohmyzsh
Merge pull request #479 from csexton/edit-command-line
C-x C-e to edit current command in $EDITOR
This commit is contained in:
commit
d62f29b625
3
lib/edit-command-line.zsh
Normal file
3
lib/edit-command-line.zsh
Normal file
@ -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
Block a user