In this question, the inimitable Dennis Williamson mentions how to bind a keystroke to a command that will run in the background of the Bash shell, with bind -x
. How can the same thing be done in Zsh?
(I couldn't find this in the zshzle
man page, but it's possible that I overlooked it.)