zsh-users
 help / color / mirror / code / Atom feed
From: Oliver Kiddle <opk@u.genie.co.uk>
To: Andy Spiegl <zsh.Andy@spiegl.de>
Cc: zsh-users@sunsite.auc.dk
Subject: Re: is there a mix of history-search-backward and  history-beginning-search-backward
Date: Wed, 08 Sep 1999 17:18:22 +0100	[thread overview]
Message-ID: <37D68C4E.FB7C02BA@u.genie.co.uk> (raw)
In-Reply-To: <19990908175503.K8577@br-online.de>

Andy Spiegl wrote:

> how do I set the functions up so that I can bind them to my keys?
> I put the file into ~/.zsh.funcs/ directory, autoloaded it and
> called bindkey:
>  bindkey "^P"        history-beginning-search-backward-end
>  bindkey "^N"        history-beginning-search-forward-end
> 
> But when I press ^P I get to see:
>  No such widget `history-beginning-search-backward-end'

You need to do:
zle -N history-beginning-search-backward-end
before the bindkey.

Oliver Kiddle


  reply	other threads:[~1999-09-08 16:19 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-09-03 11:04 Andy Spiegl
1999-09-08 13:02 ` Andy Spiegl
1999-09-08 15:27   ` Peter Stephenson
1999-09-08 15:55     ` Andy Spiegl
1999-09-08 16:18       ` Oliver Kiddle [this message]
1999-09-08 16:58       ` unsubscribe tbabin@nortelnetworks.com Timothy Babin
1999-09-11 22:58     ` is there a mix of history-search-backward and history-beginning-search-backward Bart Schaefer
1999-09-08 15:55   ` Bart Schaefer

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=37D68C4E.FB7C02BA@u.genie.co.uk \
    --to=opk@u.genie.co.uk \
    --cc=zsh-users@sunsite.auc.dk \
    --cc=zsh.Andy@spiegl.de \
    /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).