Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Vim Directory Completion

I like Vim's Directory Completion when I'm normal mode, for example I do something like :cd ~/Desktop it actually autocompletes the name When I hit tab.

So here's my question is there something like let's see, I want somefile.png that's stored in my images directory, and I'm operating from my css file, So I type ../img/som and it automagically completes it for me, is there something like that on ViM

like image 618
Rigel Glen Avatar asked Sep 04 '11 04:09

Rigel Glen


1 Answers

Ctrl+X Ctrl+F while editing will do the job

like image 76
dimba Avatar answered Nov 04 '22 17:11

dimba