Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: dynamic completion like emacs (M-/)
- X-seq: zsh-users 4069
- From: Paul Lew <paullew@xxxxxxxxx>
- To: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- Subject: Re: dynamic completion like emacs (M-/)
- Date: Sun, 29 Jul 2001 16:42:10 -0700
- Cc: <zsh-users@xxxxxxxxxx>
- In-reply-to: <Pine.LNX.4.33.0107291001120.20588-100000@xxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <15204.16409.818843.629061@xxxxxxxxxxxxxxxxxxxxxxx> <Pine.LNX.4.33.0107291001120.20588-100000@xxxxxxxxxxxxxxxxx>
>>>>> "Bart" == Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> writes:
Bart> On Sun, 29 Jul 2001, Paul Lew wrote:
paul>> Is there a way to do dynamic completion like emacs (M-/) in
paul>> zsh? Wont this be a more generic solution to this problem?
Bart> Yes, it's already bound to <ESC /> which is bothering some
Bart> vi-mode users.
Which version is this binding added? I could not find in both the
4.0.2 and the 4.1.0-dev-1. I have tried both the emacs and vi mode
and the M-/ is bind to:
"\M-/" self-insert
A note on dynamic completion key binding: In vim (Vi Improved), the
dynamic completion is available in the insert mode as c-p and c-n.
How about bind it to M-/ in emacs mode and c-p in vi insert mode?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author