Question

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?

Was it helpful?

Solution

You can use :

:e ~/<TAB>

:set wildmenu would also be very helpful.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top