Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: How to link to zsh manual section?
- X-seq: zsh-users 19830
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Re: How to link to zsh manual section?
- Date: Sat, 07 Feb 2015 12:00:56 -0800
- In-reply-to: <XnsA439EDE5777Ddavidrayninfocouk@80.91.229.13>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <XnsA439EDE5777Ddavidrayninfocouk@80.91.229.13>
On Feb 6, 11:23pm, zzapper wrote:
}
} A few tips on negotiating the zsh manuals please
In addition to what Mikael said about the PDF, using the "info" reader
(or emacs itself if that's your editor of choice) to browse the texinfo
documentation is probably the best interactive method for finding a
specific section, command, or topic. It's the source for the PDF so
has all the same indices, and has one-keystroke commands for jumping
to the top of the current section or back to the last place you were
reading, etc.
If you have a build tree and have installed yodl, you can read the doc
for your most recent rebuild with:
make info
info -f Doc/zsh.info
Otherwise "info zsh" should pull up the doc for the installed zsh package.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author