Skip to content

C-s and C-r doesn't always search the next or previous occurrence. #122

@4goodapp

Description

@4goodapp

When I run ctrlf then run the command other-window C-x o , (to maybe do some editing), I have to run other-window C-x o again to get back to ctrlf.
I expect I can run C-s or C-r anytime, whether the point is in the mini buffer or in the main buffer.

CTRLF takes the basic idea of Isearch, together with most of its keybindings, but emulates the more reliable user experience of web browser text search. For example: all editing commands can be used during a search as usual; C-g always has the effect of canceling the search; and C-s ALWAYS moves to the next candidate, with wraparound signaled by an overlay which indicates the current match index and the total number of matches (another UI paradigm borrowed from other programs).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions