| Did you know ... | Search Documentation: |
| terminal_image->isearch_selection_forward |
->selection)
are the ones this walks. From there it is the ordinary search below, ^S
and ^R included. \C-s and \C-r
are bound to these.
Fails when there is no such selection, and a binding that fails hands
the key on: without one, ^S and ^R mean to
whatever is reading from the terminal what they always meant, which for
the line editor is its own history search.
^G gives back the view and the selection the
search started from, so a search one did not mean to start costs
nothing.