1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-12 18:30:40 +01: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

View File

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