Vim Command to Open a File
:e /path/to/file
Files are opened for editing in vim using command line mode. Simply pass the path to the file you want to edit to the e command.
Notice that you can use tab completion to make navigating the file system easier.