When I want to search a string in the man page, I need to
1) Press "/" key.
2) Type the string I want to search.
3) Press ENTER key. The search highlight moves to the first instance of the matching string.
Is there way to do "incremental search"; the search highlight moves as I type the string in step 2)? In other words,
1) Press "h", and the highlight moves to the first instance of "h".
2) Press "e", the highlight moves to "he".
3) Press "l", moves to "hel".
4) Press "l", moves to "hell".
5) Press "o", moves to "hello".
6) Press ENTER to accept the current match.
It's the same functionality as "less --incsearch filename". My "PAGER" is currently set to "/usr/bin/less".
__
sol

