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 cake and eat it too?
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 cake and eat it too?
Add this line to your
~/.inputrc
:To enable it in the current session without having to restart it, type this at the Bash prompt:
After searching the mailing list, I added these lines to the top of my
.inputrc
file:This seems to work for me so far.
Typing
followed by
seems to give me the behavior I want (tab tab suggestions, and vi editing behavior). This seems strange to me because
is the default in the ~/.inputrc file.
Adding
to your
seems to work but only if there is a single suggestion, and tab tab does not give you a list of suggestions as it did before. Does anyone have a more complete suggestion?
I tried:
But it as no effect if I switch to vi after I start mingw by typing
Of course
does work, but tab tab does not show all suggestions, and it only auto-completes if there is but a single suggestion.