t9md / atom-vim-mode-plus

vim-mode improved

Home Page:https://atom.io/packages/vim-mode-plus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature Request] Count for matches of a search

nwaywood opened this issue · comments

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

commented

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

Settings_—___github_atom-vim-mode-plus

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 :)