6

When using swiper for search, it only shows the number of matching lines. How can I view the number of matches?

2

2 Answers 2

1

https://github.com/abo-abo/swiper/issues/1931#issuecomment-479513287

"Please test swiper-isearch. It's no longer line-based like swiper, which makes it display the total number of matches. It also fixes the slow startup of swiper"

-2
(setq ivy-display-style 'fancy ivy-count-format "(%d/%d) " ; this is what you want ivy-initial-inputs-alist nil ; remove initial ^ input. ivy-extra-directories nil ; remove . and .. directory.) 

This is from the :init of my (use-package swiper ...) declaration.

1
  • 3
    ivy-count-format shows the current out of the total number of matching lines, not substrings. This does not do what OP is asking for. Commented Mar 21, 2018 at 21:43

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.