Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: bck-i-search
- X-seq: zsh-users 6128
- From: Peter Stephenson <pws@xxxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: bck-i-search
- Date: Tue, 27 May 2003 20:51:06 +0100
- In-reply-to: "korebantic"'s message of "Mon, 26 May 2003 10:06:33 PDT." <20030526170633.27283.qmail@xxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
korebantic wrote:
> Hello, recent bash convert here. I've managed to get
> everything setup the way I want in zsh, with the
> exception of one thing. How do I enable the usage of
> 'bck-i-search' when I'm in vi mode (bindkey -v)? I've
> noticed that 'bck-i-search' works just fine in emacs
> mode (bindkey -e)...
Assuming you want it in the command mode map rather than the insert mode
map,
bindkey -M vicmd '^r' history-incremental-search-backward
--
Peter Stephenson <pws@xxxxxxxxxxxxxxxxxxxxxxxx>
Work: pws@xxxxxxx
Web: http://www.pwstephenson.fsnet.co.uk
Messages sorted by:
Reverse Date,
Date,
Thread,
Author