On Sun, Sep 10, 2000 at 10:11:29AM +0200, Magnus Stenman wrote:
> Is there a way to / would it be a good idea to be able to
> set more than one map when binding a key, eg:
>
> bind index,pager \e<up> previous-entry
>
> (instead of stacking multiple entries for whatever maps you are
> binding to)
If you bind to the "generic" menu you will get that effect.
Unfortunately, if a function doesn't exist in a menu this will fail.
I think
bind generic key func
should be interpreted like "bind KEY to FUNC in all menus where FUNC is
defined" instead of "bind KEY to FUNC if FUNC is defined in all menus".
-Jens