Last Updated: February 25, 2016
·
498
· abrcoelho

[vim] Using :find to search for and open files

You can use the :find command to open any file by name!

:find city<CR>

This will open city.rb file (even without the file extension!) within the path of your app.

The :find command is really usefull for those who came from Textmate and are suffering to navigate directories or missing the project drawer for, argh, open the files with clicks.

BTW, it is incredibly fast!! Good native way for finding/opening files without depending on CtrlP or Command-T plugins.

1 Response
Add your response

great tip!

over 1 year ago ·