Vim Movement

Gulshan Singh gsingh_2011 at yahoo.com
Tue Jul 1 08:06:14 CEST 2014


Hi,

I'm wondering how if it's possible emulate Vim word movement using the same
M-f and M-b bindings in Emacs? I've currently done this:

(global-set-key (kbd "M-f") 'evil-forward-word-begin)
(global-set-key (kbd "M-b") 'evil-backward-word-end)

That'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?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://lists.ourproject.org/pipermail/implementations-list/attachments/20140630/43c34826/attachment.htm 


More information about the implementations-list mailing list