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

Re: Completion of CLI parameters



zzapper wrote:
> Sorry to abuse your helpfullness but could you give me a complete
> "idiots guide".
> 
> I presumably need a 
> zle
> bindkey
> function insert-args-of 
> 
> Do these all go in my startup files? (I use .zshenv)

(Don't copy zsh-workers on messages to zsh-users.  I think it's smart
enough to sort it out but you shouldn't anyway.)

You need in to save what I sent you on a directory in your $fpath.

In your start-up file you will have something like

autoload -U insert-args-of
zle -N insert-args-of
bindkey '^x^a' insert-args-of

See various similar examples in the zshcontrib manual page.

-- 
Peter Stephenson <pws@xxxxxxx>                  Software Engineer
CSR Ltd., Science Park, Milton Road,
Cambridge, CB4 0WH, UK                          Tel: +44 (0)1223 692070


**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.

www.mimesweeper.com
**********************************************************************



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