When I type a command in Vim, for example opening a file, I start to type the file name, and I want to press Tab and have Vim autocomplete the name. However, when I press Tab, vim puts in ^I for some reason.
How can I make Vim tab complete?
|
When I type a command in Vim, for example opening a file, I start to type the file name, and I want to press Tab and have Vim autocomplete the name. However, when I press Tab, vim puts in How can I make Vim tab complete? |
|||
|
The character which starts command-line completion defaults to Tab only when This is documented in :h cmdline-completion. You can |
||||
|
|
:help wildmenu– pydave Jun 15 '11 at 17:24