1
vote
2answers
983 views

How to get both tab completion and readline editing in mingw/msys shell?

I'm running msys 1.0 on Win2K using the rxvt.exe terminal. By default, tab-completion works, but when I do 'set -o vi' to enable vi-readline editing, tab-completion stops working. Surely I can have my ...