Skip to content

CTRL-R with editline #1007

@infradig

Description

@infradig

Since converting the default (on unix systems) from GNU readline to BSD editline you may notice CTRL-R & CTRL-S no longer working in the REPL. If so make sure your ~/.editrc file contains the following:

✗ cat ~/.editrc
bind "^r" em-inc-search-prev
bind "^s" em-inc-search-next

Metadata

Metadata

Assignees

No one assigned

    Labels

    interestingAn interesting side-note.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions