Created
April 24, 2013 17:37
-
-
Save jcmuller/5453981 to your computer and use it in GitHub Desktop.
Use this to enable editing of your command on your $EDITOR.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
autoload edit-command-line | |
zle -N edit-command-line | |
bindkey '^X^E' edit-command-line |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment