Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 214 Bytes

search-as-you-type.md

File metadata and controls

11 lines (8 loc) · 214 Bytes

To start searching a file as you type the search string, turn on the incsearch option in your .vimrc file:

set incsearch

You can also turn on the highlighting of search results:

set hlsearch