On Wed, May 30, 2012 at 06:20:18PM -0600, Bob Nnamtrop wrote: > Yes, you are right. Changing it to evil-motion-state-map fixes it. Thanks. > > Is there any reason to bind C-w to evil-delete versus delete-region? >
Usually Evil commands work better with other parts of Emacs like the repeat system, registers, ... Furthermore `evil-delete' can deal with block visual state (and line visual state), `delete-region' cannot. Frank _______________________________________________ implementations-list mailing list [email protected] https://lists.ourproject.org/cgi-bin/mailman/listinfo/implementations-list
