Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: New to zsh, question about bindkey to history-incremental-search-backward



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