2
Sometimes I leave the file open for a long time, and I don’t know which directory it is in because the environments of my application are separated by path.
Ex:
prod
/loja/prod/app/index.php
teste
/loja/teste/app/index.php
wanted to show this path with VIM. It is possible and how to do?
CTR+G
- shows the file name; folder is the window title.– JJoao