I always knew you could switch between Vim and Emacs bindings for Bash by modifying .inputrc.
I'm now realizing there are actually a few different useful options I've decided to turn on including:
set bell-style none
set colored-stats On
set show-all-if-ambiguous On
The comments in /etc/inputrc on my system provide some guidance as to what is possible but not all the options are shown there.
I'm also trying man readline but all I get is a really short page describing the program.
Is there somewhere I can see all the options which can be turned on and off via .inputrc?
man bash.man 3 readlineyou many need to install some dev package to get this section 3 page.