Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Problem when rebinding 'tab' key
- X-seq: zsh-users 8130
- From: DervishD <zsh@xxxxxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxxxxx>
- Subject: Problem when rebinding 'tab' key
- Date: Wed, 27 Oct 2004 12:52:50 +0200
- Mail-followup-to: Zsh Users <zsh-users@xxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- Organization: DervishD
Hi all :)
If I do this:
zle -C mycompleter expand-or-complete _mycompleter
bindkey "^I" mycompleter
function _mycompleter (){
compadd -f - *
}
then completion doesn't work because compadd tries to match the
'tab' itself with the list of matches :((( It doesn't happen if I
bind '^O', for example, to the new widget. What I'm doing wrong? It
seems like the tab is being used and inserted instead of the list of
matches :????
I use zsh 4.0.9 and no compsys. Thanks in advance :)
Raúl Núñez de Arenas Coronado
--
Linux Registered User 88736
http://www.dervishd.net & http://www.pleyades.net/
Messages sorted by:
Reverse Date,
Date,
Thread,
Author