Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh-2.6-beta11, problem with key bindings
- X-seq: zsh-users 122
- From: Zefram <A.Main@xxxxxxxxxxxxxxxxx>
- To: mikhail@xxxxxxx (Mikhail Kuperblum)
- Subject: Re: zsh-2.6-beta11, problem with key bindings
- Date: Wed, 8 Nov 1995 11:59:50 +0000 (GMT)
- Cc: zsh-users@xxxxxxxxxxxxxxx
- In-reply-to: <9511072320.ZM8550@xxxxxxx> from "Mikhail Kuperblum" at Nov 7, 95 11:20:39 pm
>I'm not on your list, but if my message goes through, please note
>that key bindings appears to be screwed up in beta11. All control
>keys (for example, ^E, ^A) no longer work in command line editing
>when in "vi" mode (bindkey -v). When control key is pressed, it
>simply gets echoed to the screen. I don't think that this change
>in behavior was intentional (at least I hope so).
This is intentional. In vi, ^E and ^A are not special characters, so
in ZLE they are bound to self-insert. If you want them to do something
other than the default, you can change their bindings using the bindkey
command. If you want emacs-style editing, use "bindkey -e".
-zefram
Messages sorted by:
Reverse Date,
Date,
Thread,
Author