I use reverse-i-search
often, and that's cool. Sometime though when pressing CTRL+r multiple times, I pass the command I am actually looking for. Because CTRL+r searches backward in history, from newest to oldest, I have to:
While in reverse-i-search
prompt, is it possible to search forward, i.e. from where I stand to newest. I naively tried CTRL+Shift+r, no luck. I heard about CTRL+g but this is not what I am expecting here. Anyone has an idea?
There is a similar question here:
Control-r reverse-i-search in bash: how do you "reset" the search in Cygwin?
Found another similar question on Super User:
Apparently, both mention Ctrl+s, which may do the trick.
Hope that helps. I myself am trying to find a piece of code that does the reverse-i-search
in order to check how it has been implemented exactly.