aresnick
aresnick

Reputation: 1635

Tab complete from :open in Macvim?

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?

Upvotes: 6

Views: 1073

Answers (1)

kev
kev

Reputation: 161914

You can use :

:e ~/<TAB>

:set wildmenu would also be very helpful.

Upvotes: 11

Related Questions