ace-isearch
ace-isearch copied to clipboard
Feature request: C-s and C-r should move back and forth between matches
This way, when an isearch "upgrades" to an ace-isearch, I can still press C-s to the next occurrence as I would have with just isearch.
Thank you for using ace-isearch and proposing the feature request. I will consider it.
I think this is just a matter of adding the keybindings to the appropriate keymap.
For example, I'm using consult-line with vertico. So I bound C-s and C-r to vertico-next and vertico-previous in vertico-map. Now if I type enough characters to enable consult-line, I can still use C-s to move to the next result, even though I'm not actually in isearch-mode any more.
Maybe a tip in the readme file would be helpful?