Hi. Is there any way to bind a key to an arbitrary function in
zsh? I am finding myself missing tcsh's run-fg-editor command
(which I bound to ^Z when I was running tcsh). I have read TFM,
so I know I can do something like:
bindkey -s ^Z "fg\n"
So that whenever I type ^Z it will be like typing in "fg", but
this is unsatisfactory for a variety of reasons (eg, it appears
in the history buffer, and I can't type it in the middle of a
command).
BTW, I am running zsh 2.5.03. Any help would be appreciated...
Thanks. -- Tim
--