zsh-users
 help / color / mirror / code / Atom feed
From: Roman Perepelitsa <roman.perepelitsa@gmail.com>
To: Ray Andrews <rayandrews@eastlink.ca>
Cc: zsh-users@zsh.org
Subject: Re: find help
Date: Tue, 4 Oct 2022 21:35:23 +0200	[thread overview]
Message-ID: <CAN=4vMonWZbiNBg1Ras8WZqpFo3pC-q2=m6j6x_wqprKq4MKqA@mail.gmail.com> (raw)
In-Reply-To: <e044b1b9-f191-f2bc-43a6-f204655a42c1@eastlink.ca>

On Tue, Oct 4, 2022 at 9:33 PM Ray Andrews <rayandrews@eastlink.ca> 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.


  reply	other threads:[~2022-10-04 19:40 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-04 18:52 Ray Andrews
2022-10-04 19:20 ` Pier Paolo Grassi
2022-10-04 19:32   ` Ray Andrews
2022-10-04 19:35     ` Roman Perepelitsa [this message]
2022-10-04 19:35     ` Bart Schaefer
2022-10-04 20:51       ` Ray Andrews
2022-10-04 21:15 ` René Neumann
2022-10-04 22:40   ` Ray Andrews

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAN=4vMonWZbiNBg1Ras8WZqpFo3pC-q2=m6j6x_wqprKq4MKqA@mail.gmail.com' \
    --to=roman.perepelitsa@gmail.com \
    --cc=rayandrews@eastlink.ca \
    --cc=zsh-users@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).