Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我最近一直在玩 pry。很多很棒的东西,但我发现自己Control+R从 irb 中消失了。Pry 有“hist”命令,但我仍然希望能够点击Control+R并开始输入,而不是必须这样做hist --grep foo。我错过了什么吗?
Control+R
hist --grep foo
您需要编辑主目录中的 .editrc 文件:
nano ~/.editrc
并添加这一行:
bind "^R" em-inc-search-prev
资料来源:撬维基