mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +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:
commit
d62f29b625
1 changed files with 3 additions and 0 deletions
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 a new issue