set show-all-if-ambiguous onIf you have this in your /etc/inputrc or ~/.inputrc, you will no longer have to hit the Tab key twice to produce a list of all possible completions. A single Tab will suffice.
set visible-stats onAdding this to your /etc/inputrc or ~/.inputrc will result in a character being appended to any file-names returned by completion, in much the same way as ls -F works.
"\ep": history-search-backward
"\en": history-search-forwardSet the above in your /etc/inputrc or ~/.inputrc. Then, ESC-p and ESC-n (or M-p and M-n) will give you non-incremental history completion backwards and forwards, respectively.