zsh-users
 help / color / mirror / code / Atom feed
From: Sebastian Gniazdowski <sgniazdowski@gmail.com>
To: Zsh Users <zsh-users@zsh.org>
Subject: Cool "zman" function for reading zshall manual page
Date: Mon, 19 Sep 2016 18:16:33 +0200	[thread overview]
Message-ID: <CAKc7PVDi7W+4nY8J0Tb1MNwWyasu31cphaRRUr16VeC_kczLDg@mail.gmail.com> (raw)

zman() { PAGER="less -g -s '+/^       "$1"'" man zshall; }

The thing is it has those spaces counted after ^ – zman "read" is 4
"n" hits in less, instead of 10 when doing "/^ *read" search. I
wouldn't share this, but it works also for those always hard to find
flags, if one will invoke as:

zman "f "

for "f" flags, modifiers, etc.

Origin is http://chneukirchen.org/blog/category/zsh.html


Best regards,
Sebastian Gniazdowski


                 reply	other threads:[~2016-09-19 16:23 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=CAKc7PVDi7W+4nY8J0Tb1MNwWyasu31cphaRRUr16VeC_kczLDg@mail.gmail.com \
    --to=sgniazdowski@gmail.com \
    --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).