<div dir="ltr">Hello,<div>everyone!<div><br></div><div>I have 2 questions on Evil:</div><div><ol><li>How to wipe out all the default key maps which are present in `evil-maps.el&#39; preferably with as few calls as possible? Note that I&#39;m aware of how to do that with 1 by 1 `undefined&#39; assignmetns, but I&#39;m looking for something simpler.</li><li>Is this<br><br>(evil-define-key &#39;normal global-map (kbd &quot;&lt;left&gt;&quot;) &#39;do-something)<br><br>indentical to<br><br>(define-key evil-normal-state-map (kbd &quot;&lt;left&gt;&quot;) &#39;do-something)<br><br>?</li></ol><div>Regards,</div></div><div>Alexander.</div></div></div>