On 11/4/20 9:06 PM, Detlef Vollmann wrote:
What I don't understand yet is the highlighting. Sometimes (but rarely) I see the matched string highlighted (actually only starting with the second character). But most of the time nothing is highlighted while doing reverse-i-search.
Sorry, it's as mentioned before: I have "set enable-bracketed-paste Off" in my .inputrc. So no highlighting as expected.
BTW, I found no way to set a readline variable from the command line w/o an external file. $ echo "set enable-bracketed-paste On" | bind -f - didn't work. Detlef