Unable to forward search Bash history similarly as with CTRL-r -
I type my bash history such as CTRL - r , but Forwarding the direction.
This is a pain for me, when I hit once more once CTRL - r , the previous command to find again.
How can you find your Bash History like in reverse search?
You can also search further from the Bash manual, "":
To search back in history for a particular string, type
Cr
The problem with Ctrl-S is that sometimes XON / XOFF is bumped with flow control (for example in the console). Search is a readline feature, however, and you will be able to tie it with any other key. Update: Simple and Better To Start Exxon / ExFFF
stty -ixon
Comments
Post a Comment