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
Since converting the default (on unix systems) from
GNU readlinetoBSD editlineyou may notice CTRL-R & CTRL-S no longer working in the REPL. If so make sure your~/.editrcfile contains the following: