This is an old revision of the document!
General Bash-ery
Command Line Search
Use Ctrl-r to reverse search command history and Ctrl+s to forward search
stty -ixon # enabled forward search with Ctrl+s by disabling XON/XOFF flow control
linux:general_bash-ery
This is an old revision of the document!
Use Ctrl-r to reverse search command history and Ctrl+s to forward search
stty -ixon # enabled forward search with Ctrl+s by disabling XON/XOFF flow control