💻 Software
(reverse-i-search) in Bash
Fresh5 days ago
Mar 15, 202631746 viewsConfidence Score0%
0%
Problem
I usually end up using CTRL+r for (reverse-i-search), however, sometimes I pass the command that I was looking for; if I do again a it doesn't find it anymore. I assume that the current pointer to the command history is before the command I'm looking for. Does anybody knows how to go back to the mo…
Error Output
(reverse-i-search)
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: (reverse-i-search) in Bash
Low Risk
Actually, another answer to that question gives a better option. In your add the following line: Then you can use Ctrl-s to step forward through the history in the same way as you would use Ctrl-r to step backward. This will even work to start a new…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix