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

Re: PATCH: use of _arguments for hash



Bart wrote:
> What I've been wishing for is "zle -L".  As far as I can tell there's no
> way to report what widgets are user-defined or what functions they call.

While we're on the subject, `bindkey -l' and `bindkey -lL' aren't much use.
The current keymap is the one aliased to main (or is main linked to
it...?), but there's no indication of which that is, and the implication
that all keymaps were created with `bindkey -N new-keymap' is also wrong if
the keymap was created as a copy of another one.

I can't remember how long it is since I started using zsh, but I *still*
can't remember if doing `bindkey -v' then `bindkey -e' or vice versa
restores all the special bindings you had before.  The answer seems to be
yes.  Cool.

-- 
Peter Stephenson <pws@xxxxxxxxxxxxxxxxxxxxxxxxx>
Cambridge Silicon Radio, Unit 300, Science Park, Milton Road,
Cambridge, CB4 0XL, UK                          Tel: +44 (0)1223 392070



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