A very simple question, is there some way to show constantly the current working directory at the bottom of the file opened by vim? Thanks.
Note this is a different question as here: How can I permanently display the path of the current file in Vim?
There we want to show the full path of the current file viewed, but what I am thinking is to show both, maybe two lines on the bottom of file: one for full path currently viewed; the other for the current working directory. These two could be different as we can open a file that's not in the current working directory.