From: Marcos C. <vim...@pr...> - 2012-10-13 17:18:54
Hi all,
Sometimes it's useful not only to create alternative keyboard bindings,
but also to remove the old ones.
Is there any way to unmap? I tried simply "map d" but it's not
accepted. Is an "unmap" command planned?
Thank you.
Marcos
--
http://programandala.net
From: Hannes S. <ha...@yl...> - 2012-10-13 17:57:29
Marcos Cruz <vim...@pr...> wrote:
> Is there any way to unmap?
Currently, the only way to unmap is to remove the offending line from
keymap.h and recompile.
> Is an "unmap" command planned?
You're the first one to bring this up, so no, there are no plans. It
sounds useful, though, so I would assume it would be a good candidate
to enter into the bug tracker as a feature request.
Hannes