Skip to content

noscripter/vim-indexed-search

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IndexedSearch.vim

Majorly rewritten by Otto Modinos.

Originally by Yakov Lerner and put on GitHub by Henrik Nyh to have it there in a Pathogen-friendly format.

See the original plugin page at vim.org.

This plugin redefines 6 search commands (/,?,n,N,*,#). At every 
search command, it automatically prints>
       "At match #N out of M matches". 
>
-- the total number of matches (M) and the number(index) of current 
match (N). This helps to get oriented when searching forward and 
backward. 

There are no new commands and no new behavior to learn. 
Just watch the bottom line when you do /,?,n,N,*,#. 

See full help file.

About

Show "Match 123 of 456 /search term/" in Vim searches. By Yakov Lerner.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%