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 _______________________________________________ implementations-list mailing list [email protected] https://lists.ourproject.org/cgi-bin/mailman/listinfo/implementations-list
