Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: New to zsh, question about bindkey to history-incremental-search-backward
- X-seq: zsh-users 14296
- From: Alex Clark <aclark@xxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: New to zsh, question about bindkey to history-incremental-search-backward
- Date: Mon, 10 Aug 2009 00:31:51 +0000 (UTC)
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- Organization: ACLARK.NET, LLC
- References: <slrnh782mv.uc8.aclark@xxxxxxxxxxxxxxx> <090801190749.ZM25719@xxxxxxxxxxxxxxxxxxxxxx> <slrnh7ltn4.qs4.aclark@xxxxxxxxxxxxxxx> <090806231942.ZM29295@xxxxxxxxxxxxxxxxxxxxxx>
- Sender: news <news@xxxxxxxxxxxxx>
On 2009-08-07, Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:
> On Aug 6, 3:27pm, Alex Clark wrote:
> }
> } http://pastie.org/574171
>
> Your trouble is right here:
>
> ----
> bindkey "^r" history-incremental-search-backward
>
> set -o vi
> ----
Ah! Thank you very much, I was beginning to suspect something silly like that.
I appreciate the help.
>
> The bindkey command installs the binding in the current keymap, which
> is the emacs mode keymap. You then switch keymaps to vi mode.
>
> Reverse the order of those two statements.
>
--
Alex Clark  http://aclark.net
Buy Practical Plone 3: http://tinyurl.com/practical-plone
Messages sorted by:
Reverse Date,
Date,
Thread,
Author