zsh-workers
 help / color / mirror / code / Atom feed
* dabbrev like feature for zsh
@ 2005-03-23  7:35 Stefan Reichör
  2005-03-23 12:05 ` Bart Schaefer
  0 siblings, 1 reply; 3+ messages in thread
From: Stefan Reichör @ 2005-03-23  7:35 UTC (permalink / raw)
  To: zsh-workers

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.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-03-24  6:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-03-23  7:35 dabbrev like feature for zsh Stefan Reichör
2005-03-23 12:05 ` Bart Schaefer
2005-03-24  6:49   ` Stefan Reichör

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).