<div dir="ltr">I'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'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 "j" 'evil-backward-char)<br>
(define-key evil-normal-state-map "k" 'evil-next-line)<br>(define-key evil-normal-state-map "l" 'evil-previous-line)<br>(define-key evil-normal-state-map "ç" 'evil-forward-char)<br>
(define-key evil-normal-state-map "«" 'evil-first-non-blank)<br>(define-key evil-normal-state-map (kbd "ª") 'evil-scroll-up)<br>(define-key evil-normal-state-map (kbd "º") 'evil-scroll-down)<br>
(define-key evil-normal-state-map (kbd "£") 'other-window)<br><br>(define-key evil-motion-state-map "j" 'evil-backward-char)<br>(define-key evil-motion-state-map "k" 'evil-next-line)<br>
(define-key evil-motion-state-map "l" 'evil-previous-line)<br>(define-key evil-motion-state-map "ç" 'evil-forward-char)<br>(define-key evil-motion-state-map "«" 'evil-first-non-blank)<br>
(define-key evil-motion-state-map (kbd "ª") 'evil-scroll-up)<br>(define-key evil-motion-state-map (kbd "º") 'evil-scroll-down)<br>(define-key evil-motion-state-map (kbd "£") 'other-window)<br>
<br>; Misc<br><br>(define-key evil-insert-state-map (kbd "C-g") 'evil-normal-state)<br>(define-key evil-insert-state-map (kbd "ESC") nil)<br></blockquote><br>Thank you in advance for all the help provided.<br>
<br></div>