Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
history-search-backward
- X-seq: zsh-users 15111
- From: Leander Jedamus <ljedamus@xxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: history-search-backward
- Date: Wed, 09 Jun 2010 10:50:18 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=ZCNFviaNGNyVOkJGPUlmjKMAnZ20Yyq6UoeTB87xqK8=; b=c7+n6NMQgn1RGZ/BhBQqIrWmHAr9Bwv3iD/brcfxWSkrf3PojwrhjAiszcTot/YvQ+ 8pr0frBd2ygjSv01Cnt3065X0Y8yIiJ78yiWGQMaH+w0mIiUAy6w8u2pWIT4bPcQJHk4 EJD5bZD0anJgVT/Bwr7LmUou/E0/IooTm9Pt0=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=iFvRD1pn1uuZygjM0TmlffLosdBHp0i1TZZuK7HCOASTYRks8KIh2is3Z9ngIfKd9p v53DjGmHG0GiMDFFnv7yhYDGWFwAHvEZJ6QfW98f6GXhJx7tmHQrPhGDt2H2NWtM22QZ 1Rgqm4gtTXgzaz1EnL0OIs0s5DGFw2mTITlGc=
- 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
Hi!
On my ubuntu system I had to insert these lines into /etc/zsh/zshrc:
[[ -z "$terminfo[kpp]" ]] || bindkey -M emacs "$terminfo[kpp]"
history-search-backward
[[ -z "$terminfo[knp]" ]] || bindkey -M emacs "$terminfo[knp]"
history-search-forward
Now my question is, how can history-search be configured?
When I hit "sudo mount<PageUp>" the "mount"-part is ignored in the
search, all "sudo" are shown one at a time.
How can I change this?
Thanks in advance
Leander Jedamus
Messages sorted by:
Reverse Date,
Date,
Thread,
Author