If I open MacVim (specifically janus) and try :open ~/<TAB> I get :open ~/^I. How can I get it to tab complete the way one would expect bash completion to work?

有帮助吗?

解决方案

You can use :

:e ~/<TAB>

:set wildmenu would also be very helpful.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top