Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: About insert-last-word and "command args | less"



On 2006-10-14 21:04:51 -0700, Bart Schaefer wrote:
> The simple workaround is to change
> 
>   setopt extendedglob
> 
> to
> 
>   setopt extendedglob nohistignoredups
> 
> in smart-insert-last-word, on the second line.

OK. But is it possible
  * to skip a history line when all its words match the pattern?
  * to always get a word that wasn't proposed before (when one uses
    ^]_ several times) by skipping history lines when needed?

-- 
Vincent Lefèvre <vincent@xxxxxxxxxx> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon)



Messages sorted by: Reverse Date, Date, Thread, Author