From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27073 invoked by alias); 9 Jun 2010 08:50:28 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 15111 Received: (qmail 13188 invoked from network); 9 Jun 2010 08:50:17 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,T_TO_NO_BRKTS_FREEMAIL autolearn=ham version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.161.43 as permitted sender) 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= Message-ID: <4C0F55CA.4080103@googlemail.com> Date: Wed, 09 Jun 2010 10:50:18 +0200 From: Leander Jedamus User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100423 Thunderbird/3.0.4 MIME-Version: 1.0 To: zsh-users@zsh.org Subject: history-search-backward Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit 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" 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