<div dir="ltr"><div><div><div><div><div><div><div>Dear list,<br><br>As a new user of evil, I love it a lot, but have some questions which I&#39;m trying to tackle:<br><br></div>First, I want the emacs intial yank-pop back by:<br>(define-key evil-insert-state-map (kbd &quot;M-y&quot;) &#39;yank-pop)<br>(define-key evil-normal-state-map (kbd &quot;M-y&quot;) &#39;yank-pop)<br>(define-key evil-emacs-state-map (kbd &quot;M-y&quot;) &#39;yank-pop)<br><br></div>however, evil keeps beeping at me: user-error: <b>Previous command was not an evil-paste.</b><br><br></div>Secondly,<br><br>How to make evil behave like emacs when call end-of-line. i.e.<br></div><br>if we have a line like below:<br><b>blabla$</b><br><br></div>when call end-of-line the cursor goes to <b>$</b>, instead of<b> the char before $</b>.<br><br></div>Thanks,<br><br></div>Chao<br></div>