Wednesday 15 July 2015

vim command line completion when opening files -


How to make VIM always auto complete filename in command mode? For example, when I type "CD / YW [tab]", I work fine, but if I want to open a file then ": o / ww [tab]", instead of doing it "^ I "Contains the character. / P>

Try:

 : e / ww [tab]  

No comments:

Post a Comment