Show Count of Matches in Vim

后端 未结 11 1991
孤独总比滥情好
孤独总比滥情好 2020-12-01 02:02

There is a nice feature in Google Chrome when you do a search. It tells you the number of matches there is for the keyword you are searching for. However, in Vim I don\'t se

11条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-01 02:26

    This plugin does just that. https://github.com/osyo-manga/vim-anzu

    When searching for a word in vim, it will display word count on the statusline. It also has the option to display next to the searched word ie. this_is_my_sample_word (3/12), or this_is_my_sample_word(7/12). This basically says: this is the 3rd or 7th occurrence out of 12 total occurrences.

提交回复
热议问题