Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Cannot get incremental-complete-word to work
- X-seq: zsh-workers 7045
- From: "Andrej Borsenkow" <Andrej.Borsenkow@xxxxxxxxxxxxxx>
- To: "ZSH workers mailing list" <zsh-workers@xxxxxxxxxxxxxx>
- Subject: Cannot get incremental-complete-word to work
- Date: Thu, 8 Jul 1999 18:47:22 +0400
- Importance: Normal
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
bor@itsrm2:~%> zsh -f
itsrm2% fpath=($fpath ~/.zsh.d/functions)
itsrm2% autoload compinit; compinit
itsrm2% autoload incremental-complete-word
itsrm2% zle -N incremental-complete-word
itsrm2% bindkey -e
itsrm2% bindkey '\C-xI' incremental-complete-word
itsrm2% ls ^xI
itsrm2% ls (press ``t'')
incremental completion...
itsrm2% ls t(press RETURN)
incremental completion...
tsrm2% ls tkey=
files: _
Brodsky addrbook.d fnt observe tmp
FM2000 bin foo save xxxx
ICONS dead.letter itsrm2 src
INBOX dikz mail test
this is with all patches up to including 7042 (I hope :-)
/andrej
Messages sorted by:
Reverse Date,
Date,
Thread,
Author