Browse code

Merge pull request #479 from csexton/edit-command-line

C-x C-e to edit current command in $EDITOR

Robby Russell authored on 18/07/2011 at 14:57:54
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,3 @@
0
+autoload -U edit-command-line
1
+zle -N edit-command-line
2
+bindkey '\C-x\C-e' edit-command-line