From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25126 invoked by alias); 14 Mar 2013 18:13:21 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 17699 Received: (qmail 28624 invoked from network); 14 Mar 2013 18:13:19 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 Received-SPF: none (ns1.primenet.com.au: domain at closedmail.com does not designate permitted sender hosts) From: Bart Schaefer Message-id: <130314111246.ZM19060@torch.brasslantern.com> Date: Thu, 14 Mar 2013 11:12:46 -0700 In-reply-to: Comments: In reply to Dominik Vogt "searching words in history similar to insert-last-word" (Mar 14, 1:32pm) References: X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-users@zsh.org Subject: Re: searching words in history similar to insert-last-word MIME-version: 1.0 Content-type: text/plain; charset=us-ascii On Mar 14, 1:32pm, Dominik Vogt wrote: } } Great, that's almost exactly what I was looking for. Is there a way to get } rid of the duplicates though? zstyle ':completion:history-words:*' remove-all-dups yes You might also want zstyle ':completion:history-words:*' sort yes