Marcos Cruz <vim...@pr...> wrote:
> maybe several commands could be chained in one key map?
> Just an idea.
Not a bad idea, but it would mainly require an unmap command to be
implemented first (right now, to remove a mapping, it can simply be
overwritten; that wouldn't necessarily be the case anymore) and a
slight modification of the routine registering new keybindings. Then,
we'd need to allow the execution of more than one binding for the same
event - that's not a big deal, it's basically just removing line 387
from main.c.
Overall, not a huge change, I'd say, unless I'm overlooking something.
Any takers?
Hannes
|