Modes in which direct editing of text isn't sensical generally initialize in motion or emacs state. This means that the evil-normal-state-map is inactive. But there are some useful Evil commands in evil-normal-state-map that don't involve editing text, such as:<br>
evil-record-macro<br> what-cursor-position<br> find-file-at-point<br> evil-quit<br>and several others.<br><br>These are unavailable in for example Buffer Menu, even though they would make sense there.<br><br>What's the reason behind putting non editing commands in evil-normal-state-map?<br>
<br><br>