Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
dabbrev like feature for zsh
- X-seq: zsh-workers 21056
- From: Stefan Reichör <stefan@xxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: dabbrev like feature for zsh
- Date: Wed, 23 Mar 2005 08:35:21 +0100
- Cancel-lock: sha1:x6XcBkSdefrG4rO/l3qO2n6Vmtg=
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- Sender: news <news@xxxxxxxxxxxxx>
Hi!
I discovered M-/ and M-, to dynamically expand words from the history.
By googling I found the following settings:
zstyle ':completion:*:history-words' stop yes
zstyle ':completion:*:history-words' remove-all-dups yes
zstyle ':completion:*:history-words' list false
zstyle ':completion:*:history-words' menu yes
One thing that looks strange is the following. When I enable the
listing like this:
zstyle ':completion:*:history-words' list true
I see, that often used words are displayed multiple times.
Is there a way to display them only once (and use them only once for expansion)?
The remove-all-dups should remove the duplicated entries - shouldn't it?
I use zsh4.0.7, if that matters.
Stefan.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author