A couple additional tips:
1) You can quickly and easily search through the files the same way you would search through code (regex included) with something like:
/filename
~/vim .
A couple additional tips:
1) You can quickly and easily search through the files the same way you would search through code (regex included) with something like:
2) You can easily jump into the Vim file explorer without the steps of opening Vim and executing a command: This will simply open vim with the file explorer in the current directory.