ceth
ceth

Reputation: 45325

File completion while opening the file

How can I setup file names completion while I am opening the file. For example:

:o ~/.vimr<tab>

I want to get .vimrc file, but get ^I char if I press the Tab-key.

I use MacVim.

Upvotes: 2

Views: 47

Answers (1)

Tacahiroy
Tacahiroy

Reputation: 693

How about using :edit instead of :o? Apparently, :o doesn't take a file path as an argument.

Upvotes: 4

Related Questions