Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: run-help's man arguments
- X-seq: zsh-workers 27037
- From: "Jun T." <takimoto-j@xxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: run-help's man arguments
- Date: Sat, 6 Jun 2009 12:52:39 +0900
- In-reply-to: <2161.1244200252@xxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <2161.1244200252@xxxxxxx>
I'm not familiar with zsh internals, but I think ESC-h (in the default
bindings) is bound to the ZLE widget 'run-help' which calls the
function "run-help" as "run-help $1". So "man $@:t" in the function is
equivalent to "man $1:t" if called from the widget.
I believe most people use the run-help function via key binding, but
there is a possibility that someone use it by explicitly typing it. Or
by "alias m=run-help" and "m history", "m 3 printf" etc.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author