Differences in evil-search-module

Gordon Gustafson gordon3.14 at gmail.com
Wed Jun 1 19:10:00 CEST 2016


The following bindings defined in `evil-maps.el` only work with the
`evil-search` module:

    ;; search command line
    (define-key evil-ex-search-keymap "\d" #'evil-ex-delete-backward-char)
    (define-key evil-ex-search-keymap "\C-r" 'evil-paste-from-register)
    (define-key evil-ex-search-keymap "\C-n" 'next-history-element)
    (define-key evil-ex-search-keymap "\C-p" 'previous-history-element)

I suspect there are other differences, but I can't remember even after
skimming through `evil-search.el`.


On 6/1/16, Nir Friedman <quicknir at gmail.com> wrote:
> Other than the fact that the commands gn/gN only work with the evil
> interactive search, what are the other differences between the evil and
> emacs implementation? Is there an "official" recommendation at this point,
> or a suggestion, or are they both equally good/supported?
>



More information about the implementations-list mailing list