LoginSignup
9
9

More than 5 years have passed since last update.

OS X の pryで `reverse-i-search`が使えない時の対処法

Posted at

readlinelibeditっライブラリに置き換えられたらしい。

libeditの設定は ~/.editrcで行うとのこと。

~/.editrc
bind "^R" em-inc-search-prev
bind "^S" em-inc-search-next

でOK。

参考

ruby - Can't call history search in pry - Stack Overflow

9
9
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
9
9