When using MSYS on a windows platform, I “set -o vi” to use the vi shell mode. Tab autocompletion for files and directories stops working. How to I renable this while remaining in vi shell mode?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Try:
to see if it’s set.
To set it at the Bash prompt:
It should already be set by default, but it may be overridden in
/etc/inputrcor~/.inputrcpossibly inside a$if mode=vi/$endifblock. You can set for subsequent shell starts by adding this line to your~/.inputrcfile: