Group: gnu.emacs.help · Group Profile · Search for Viper in gnu.emacs.help
Author: Kevin Rodgers
Date: Apr 21, 2008 18:04
egarrulo@gmail.com wrote: How do you get Vim’s “ciw” (= Change Inner Word) command? I mean, you are in Normal Mode, in an Emacs Lisp Mode buffer, ‘viper- syntax-preference’ is set to ‘extended’ and, in the following code: (change-inner-word) the Cursor is over the “i”. Then ,‘cw’ will kill “inner-word”, whilst ‘ciw’ will kill “inner” only. As should `M-d' (bound...
|