I recently played with pigs. A lot of great things, but I am without Control+R from irb. Pry has the command "hist" , but I still would like to press Control+R and start typing instead of doing hist --grep foo . Did I miss something?
Control+R
hist --grep foo
You need to edit the .editrc file in your home directory:
nano ~/.editrc
And add this line:
bind "^R" em-inc-search-prev
Source: pry wiki
Source: https://habr.com/ru/post/1380802/More articles:Bloomberg server API and Ruby / Python - pythonAndroid Dev in Eclipse: weird error message - androidSerialization / Hash Functionality Improvement - hashtableFlushing a constructor (or other function) in a Node.js module outside this module - javascriptSaveJpeg casts shadow artifacts with transparency - c #object oriented javascript how to create a static class for constants - javascriptExpandableListView with fixed groupView when scrolling - androidC # Pass an object to a base class list - castingDetermine if the application had any action? VB.NET - vb.netDatabaseSchemaUpdater error in WP7 - databaseAll Articles