Billchan
14 years ago
誰人可教我GVIM如何open exist file?
latest #7
Hululu
14 years ago
:e a.txt (edit) 或者 :split a.txt (split) 或者 :vsplit a.txt (vertical split)
Billchan
14 years ago
how to navigate to the path like c:\user\......\b.txt?
Billchan
14 years ago
tried tab for auto complete, no luck....
立即下載
Hululu
14 years ago
tab for autocomplete should work ka wo.. try :e <tab> ?
Billchan
14 years ago
:e <tab> -> :e ^I
Billchan
14 years ago
no auto complete
Hululu
14 years ago
that's strange.. maybe your vimrc has some problems; or did you copy it from another OS ?
back to top