Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: vi bindings
- X-seq: zsh-users 13638
- From: Marc Chantreux <khatar@xxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: vi bindings
- Date: Mon, 5 Jan 2009 09:42:15 +0100
- In-reply-to: <4B6EFB14-7711-41BA-BA22-C69D849F167D@xxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <4B6EFB14-7711-41BA-BA22-C69D849F167D@xxxxxxxxx>
On Sun, Dec 28, 2008 at 03:59:57AM +0100, Ludvig Ericson wrote:
> Hey,
>
> I like using zsh and all, but there's one itch I really need to scratch:
> the vi bindings, attainable by "set -o vi".
>
> I'd like it to work like bash's version pretty much. I don't see the
> reason for disabling ^R for example, or ^A, or ^E.
rebind the emacs keys you expected:
bindkey -v
bindkey '^a' beginning-of-line
...
> 1. Has anyone made zsh vi mode like bash's?
> 2. How do I make zsh vi mode like bash's?
I never used bash for a while. according to me: what's really missing
in the zsh vi mode is a way to search for a pattern in the current line.
regards
Messages sorted by:
Reverse Date,
Date,
Thread,
Author