Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: find help



On Tue, Oct 4, 2022 at 9:33 PM Ray Andrews <rayandrews@xxxxxxxxxxx> wrote:
>
>
> On 2022-10-04 12:20, Pier Paolo Grassi wrote:
> > you should try typing
> > read (or any other command) than pressing alt-h, by default bound to
> > the run-help widget
> >
> I think something got lost when I switched to the 'official' Debian copy
> of zsh.  I do remember run-help being useful but it doesn't work now, it
> reports as being an alias of 'man'

Add this to .zshrc:

    autoload -Uz run-help

    if [[ -v aliases[run-help] ]]; then
     unalias run-help
    fi

Roman.




Messages sorted by: Reverse Date, Date, Thread, Author