I have been trying Emacs + Evil after almost two decades to be a Vim user. I am moving most of my Vim configuration to Evil, but one thing I am having a lot of problems with is setting the search and highlight like the one I use with Vim. What I am trying to get is that the non-incremental search and the main points remain until I cleaned them manually or performed another search.
I set these parameters in the configuration file:
Using the / key to search with Evil, the incremental thing, as well as the highlights, are deleted as soon as I press any other navigation key (like j ), but with Cs (emacs internal i-search) the highlight remains. With Cs RET (without incremental search), backlighting does not remain.
source share