ace-isearch icon indicating copy to clipboard operation
ace-isearch copied to clipboard

Feature request: C-s and C-r should move back and forth between matches

Open jwiegley opened this issue 10 years ago • 2 comments

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.

jwiegley avatar Mar 16 '15 03:03 jwiegley

Thank you for using ace-isearch and proposing the feature request. I will consider it.

tam17aki avatar May 21 '15 04:05 tam17aki

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?

mmarshall540 avatar Aug 13 '22 21:08 mmarshall540