Search code examples
searchvimvim-airline

Show the nth occurrence of searched text


I'm trying to find something that counts the number of responses when you do a search in a file (using '/'), so you know that you are looking at 3/10 results.

Is there anything like this out there? Perhaps an integration with airline?


Solution

  • try this plugin https://github.com/henrik/vim-indexed-search
    it shows "Match 123 of 456 /search term/" in Vim searches