Vim Movement

Frank Fischer frank-fischer at shadow-soft.de
Wed Jul 2 20:47:06 CEST 2014


Am 01.07.2014 08:06, schrieb Gulshan Singh:
> 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?

I do not understand. What exactly do you want to achieve? M-f should
call a different motion?

Frank




More information about the implementations-list mailing list