<div dir="ltr">I&#39;ve remaped my HJKL to JKLÇ both in normal and in motion states, but<br>for some reason when I enter the buffer-menu the movement keys are<br>rebound to HJKL, but ONLY in motion state, if I switch to normal state<br>
I get my JKLÇ back. This is even more odd since it has never happened<br>before and I&#39;ve found no reason for this to happen. Furthermore, it<br>only seems to rebind those four keys.<br><br>Does anyone have any ideas of what might be causing this?<br>
<br>This is my evilkeybinds.el which is called at some point in my .emacs<br>
file:<br><br><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote">; Motion commands<br><br>(define-key evil-normal-state-map &quot;j&quot; &#39;evil-backward-char)<br>

(define-key evil-normal-state-map &quot;k&quot; &#39;evil-next-line)<br>(define-key evil-normal-state-map &quot;l&quot; &#39;evil-previous-line)<br>(define-key evil-normal-state-map &quot;ç&quot; &#39;evil-forward-char)<br>

(define-key evil-normal-state-map &quot;«&quot; &#39;evil-first-non-blank)<br>(define-key evil-normal-state-map (kbd &quot;ª&quot;) &#39;evil-scroll-up)<br>(define-key evil-normal-state-map (kbd &quot;º&quot;) &#39;evil-scroll-down)<br>

(define-key evil-normal-state-map (kbd &quot;£&quot;) &#39;other-window)<br><br>(define-key evil-motion-state-map &quot;j&quot; &#39;evil-backward-char)<br>(define-key evil-motion-state-map &quot;k&quot; &#39;evil-next-line)<br>

(define-key evil-motion-state-map &quot;l&quot; &#39;evil-previous-line)<br>(define-key evil-motion-state-map &quot;ç&quot; &#39;evil-forward-char)<br>(define-key evil-motion-state-map &quot;«&quot; &#39;evil-first-non-blank)<br>

(define-key evil-motion-state-map (kbd &quot;ª&quot;) &#39;evil-scroll-up)<br>(define-key evil-motion-state-map (kbd &quot;º&quot;) &#39;evil-scroll-down)<br>(define-key evil-motion-state-map (kbd &quot;£&quot;) &#39;other-window)<br>

<br>; Misc<br><br>(define-key evil-insert-state-map (kbd &quot;C-g&quot;) &#39;evil-normal-state)<br>(define-key evil-insert-state-map (kbd &quot;ESC&quot;) nil)<br></blockquote><br>Thank you in advance for all the help provided.<br>

<br></div>