> If you want to keep installing everything but want to maintain existing > Ctrl-R behaviour, your best bet is to explicitly bind Ctrl-R to the Bash > reverse-search function. You can do this by adding the following line > to your .bashrc, which (unless you're doing something odd) is executed > after the contents of /etc/profile.d: > > bind '\C-r:reverse-search-history' > > Adam
Thank you, Adam. I asked an earlier question about fzf (different thread,) so I followed this with interest. The bind entry for ~/.bashrc works fine. Keith -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple