How do I find a file from a folder to edit in Vim
September 9, 2023
ยท
1 min read
Often you are on vim and do not want to first search for the file and figure the path and then edit it.
Can you use wild characters to find files filtered by a folder or perhaps by name or a combination?
:e **/<folder name>/<filename>
What I have realised is that TAB
after a first few characters also seem to work