Fork me on GitHub
#emacs
<
2020-02-20
>
orestis12:02:26

I thought I liked swiper, but turns out I don’t — I hate it that I have to retype my search all the time, and that search results are not highlighted in the buffer. I think that Vim’s plain old * is a much better experience, or a list of results in some different buffer. Any packages that do that?

tianshu20:02:51

ivy has a command ivy-resume, if I remeber correctly. You can use it to resume the previous popup, including swiper. It also has a ivy-occur, bound to C-c C-o in the minibuffer.

gonewest81818:02:39

with swiper you can repeat your most recent search by typing C-s a second time, at the Swiper: prompt in the minibuffer.

gonewest81818:02:54

note the ivy-occur binding C-c C-o is active in the swiper minibuffert.

zilti14:02:44

evil has it

mpenet15:02:34

more likely an issue with your theme for highlighting

mpenet15:02:20

works on my machine©

mpenet15:02:45

for retyping it's just a different keybind than with isearch, you just M-p to get to the last one