t9md / atom-vim-mode-plus

vim-mode improved
https://atom.io/packages/vim-mode-plus
MIT License
1.4k stars 111 forks source link

[Feature Request] Count for matches of a search #1128

Closed nwaywood closed 4 years ago

nwaywood commented 4 years ago

I use the highlight-selected package which display the number of matches in the bottom bar when you double click on a word, for example:

image

It would be nice if we could see something similar when searching with /, ? and *.

I have this set up in my vim to also display which match you are currently at which is extra nice:

image

t9md commented 4 years ago

Enable below in vim-mode-plus's setting panel.

Settings_—___github_atom-vim-mode-plus

nwaywood commented 4 years ago

Awesome thank you! I personally would prefer the information in the bottom bar over in a hover, but at least this option displays the information :)