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

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -