such as the title.
the function I implement now is to find the first file even if I open it with vim for editing:
vfin() {vim $(find / -iname "$1")}
but most of the time, you need to select one of the multiple files with the same name to edit. How do you do this with the bash function?