Show Count of Matches in Vim

后端 未结 11 1985
孤独总比滥情好
孤独总比滥情好 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:38

    Plugin index search. Newest version here.

    There is a new feature

    :set shortmess-=S
    

    Added sometime in the 8.1.x patches (as of this writing we're at 8.1.2300). mentioned bellow by @ben - On neovim this is default.

提交回复
热议问题