editor ->isearch_forward: Start an incremental search. The editor will search for the typed
plain text (respecting editor<-exact_case)
and indicate the first hit using the selection on each
subsequent letter typed by the user. While searching, the following keys
have special meaning:
keyboard_quit Abort and revert to where search started
isearch_backward
isearch_forward Revert direction or search for next
backward_delete_char Remove the last character from the target
ESCAPE Terminate search
\C-w Extend target to current word
- See also
- - editor
->isearch_backward
- editor-search_string
- editor-search_origin
- editor-search_direction
- editor-search_base
- editor-exact_case