zsh editor integration

A top tip from the zsh book:

autoload -U edit-command-line
zle -N edit-command-line
bindkey '\ee' edit-command-line

Binds M-e to “stick this command line in your text editor.”

This entry was posted in Uncategorized and tagged . Bookmark the permalink.

Comments are closed.