Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Assorted questions
- X-seq: zsh-users 15114
- From: Wayne Davison <wayned@xxxxxxxxxxxxxxxxxxxxx>
- To: Simon Friedberger <simon+zsh@xxxxxxxxxx>
- Subject: Re: Assorted questions
- Date: Wed, 9 Jun 2010 12:50:11 -0700
- Cc: zsh-users@xxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type; bh=nY8kq5dVm7PgTauKfPI3AGfg+CTt+4Pc+rREstaMg+s=; b=AJ53IUw1yRuZ/LIFVuLB9q8ylAkMuM7rjFCT5n0GYTK61ak6wUOmUCJcL0wN4IVKat COSQX7OwtYvT32T0V0i+lPrK3xXwZZ6fdy8gIeci1zflN5PTRfZLQKedquOD0PjF2IwK pHtpZnKFBjnfxUTn4s8pbS2P14JOzTb0TSQ2U=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=OG1coDa2EYQmJzHrpL6o0trzzUc1CE/WTJGsCSVJl2e3pAbGie7G9ZPkyKMXKoDXmu LJoNzu0r81dVjmKrteVUqzesl37OmI6pim5wctsNiIFMzmXAJiNTSv33QR8RPzK6FuQk RUMhXY9aCgP2ykfJYsk25mu8AvDENydlEftek=
- In-reply-to: <20100608091256.GA21957@xxxxxxxxxx>
- 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: <20100605192316.GB26738@xxxxxxxxxx> <AANLkTikZUYfGgyW6FlgpkjlPdvYGzHBXdUeD6FEMThip@xxxxxxxxxxxxxx> <20100608091256.GA21957@xxxxxxxxxx>
- Sender: 4wayned@xxxxxxxxx
On Tue, Jun 8, 2010 at 2:12 AM, Simon Friedberger
<simon+zsh@xxxxxxxxxx<simon%2Bzsh@xxxxxxxxxx>
> wrote:
>
> This has several problems. For starters the first line fails with:
> "widgets can only be called when ZLE is active"
>
Yeah, I don't know how to use set-local-history outside of a zle key
binding. I'd imagine that you could use zle -U str to push a keystroke that
runs "zle set-local-history 1", if you wanted to go to the trouble of
setting that up, though. If there's a better way to do this, I haven't
learned it.
Then there seems to be a problem when repeatedly pressing ^r.
Yeah, so going that route is probably not going to be easy. You'd probably
be better off re-binding all the various up-/down-line-or-history bindings
to use up-/down-line-or-local-history instead.
..wayne..
Messages sorted by:
Reverse Date,
Date,
Thread,
Author