Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
tab doesn't work within incremental-complete-word
- X-seq: zsh-users 18939
- From: Han Pingtian <hanpt@xxxxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: tab doesn't work within incremental-complete-word
- Date: Mon, 14 Jul 2014 17:40:50 +0800
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mail-followup-to: zsh-users@xxxxxxx
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
Hi,
Looks like tab (complete-word) doesn't work within
incremental-complete-word on my system.
I have initialised incremental-complete-word by putting those in my .zshrc:
zstyle :incremental list yes
autoload -U incremental-complete-word
zle -N incremental-complete-word
bindkey '^xi' incremental-complete-word
But after activiated by '^xi' after inputting 'ls', I cannot use tab to
complete files in current directory:
% ls
aa bb cc
% ls # ctrl-x i works, but tab doesn't
incremental (complete): -no prefix-
files
aa bb cc
Messages sorted by:
Reverse Date,
Date,
Thread,
Author