标签: ruby pry
我最近一直在玩撬。很多很棒但是我发现自己从irb中失踪了Control+R。 Pry有the 'hist' command但我仍然希望能够点击Control+R并开始输入而不必执行hist --grep foo。我错过了什么吗?
Control+R
hist --grep foo
答案 0 :(得分:7)
您需要编辑主目录中的.editrc文件:
nano ~/.editrc
并添加以下行:
bind "^R" em-inc-search-prev
来源:pry wiki