Emacs style incremental search? #9672
-
Hi! Is there a similar search in helix? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
We jump to the current match like Emacs' incremental search in |
Beta Was this translation helpful? Give feedback.
We jump to the current match like Emacs' incremental search in
/
. Are you looking for the ability to jump between matches while searching (i.e. https://www.gnu.org/software/emacs/manual/html_node/emacs/Repeat-Isearch.htmlisearch-repeat-forward
/isearch-repeat-backward
)?