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

Re: Menu-completion for particular commands



On May 28,  6:48pm, David Bustos wrote:
} Subject: Re: Menu-completion for particular commands
}
} On Mon, May 29, 2000 at 12:12:58AM +0000, Bart Schaefer wrote:
} > 
} > zsh% zstyle ':completion::complete:(g|)vim::default' menu true
} This didn't work immediately.  ':completion:*:(g|)vim:*' did, though.

Hmm, the documentation appears to be fibbing about the `default' tag.
You only need one of those `*', though:

    zstyle ':completion::complete:(g|)vim::*' menu true

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com

Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net   



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