Open
Description
I have the following lines in my ~/.inputrc
:
"\t": menu-complete
"\e[Z": menu-complete-backward
which are meant to make Tab and Shift+Tab loop forward or backward in the possible completions.
After installig this amazing readline of yours, the second binding doesn't seem to work, as pressing Shift+Tab now only adds some true tab characters on the command line.