<div dir="ltr">Hi,<div><br></div><div>I&#39;m wondering how if it&#39;s possible emulate Vim word movement using the same M-f and M-b bindings in Emacs? I&#39;ve currently done this:</div><div><br></div><div>(global-set-key (kbd &quot;M-f&quot;) &#39;evil-forward-word-begin)</div>
<div>(global-set-key (kbd &quot;M-b&quot;) &#39;evil-backward-word-end)</div><div><br></div><div>That&#39;s decent, but I think that actual Vim movement uses the evil-forward-word-end and evil-backward-word-begin methods as well. How can I do this?</div>
</div>