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 14293
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: New to zsh, question about bindkey to history-incremental-search-backward
- Date: Thu, 06 Aug 2009 23:19:42 -0700
- In-reply-to: <slrnh7ltn4.qs4.aclark@xxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <slrnh782mv.uc8.aclark@xxxxxxxxxxxxxxx> <090801190749.ZM25719@xxxxxxxxxxxxxxxxxxxxxx> <slrnh7ltn4.qs4.aclark@xxxxxxxxxxxxxxx>
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
----
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.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author