In Emacs I can go one word forward and backward by using M-f and M-b but if I have to go three words backwards or forward I need to repeat the previous sequence three times which seems inelegant. What is the Emacs equivalent of the word-motion concept in Vim? For example, in Vim I can move forward by two words by issuing 2w and backwards by issuing 2b while I am in command mode.
- What are the equivalent commands in Emacs for moving between words (more than one at a time)?
- Actually I would like go to particular word and change it also. In Vim I can do this via ciw (change in-line word). What would be the equivalent command in Emacs?
change-inner.elwhich brings vim'sci(andco) to Emacs. The package is available from MELPA and can bepackage-installed.