is there a way to expose the current working directory as perhaps the window title in MacVim?
My use case is I have a few MacVim windows open, each rooted at a particular directory for a section of my project, or individual projects. So it would be really useful to be able to identify them by the folder they’re open in.
Cheers,
rod.
:set titlestring=YOURTITLEHEREchanges the title of the “window”. There is an automatic example at:help titlestring.