Readline search in bash. Ctrl-r: revers …

Readline search in bash.
Ctrl-r: reverse search
Ctrl-s: forward search
However, the Ctrl-s keybinding is conflict with a settingin Ubuntu.
Disable it with this command and Ctrl-s will be working.

$ stty -ixon

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *