I know CRTLg displays the current file you're working on. Is there a way to modify my .vimrc such that the filename/path is always displayed?
|
|
||||
|
|
|
In your statusline, add a
Note, UpdateIf your statusline is not already visible, you may need to
See |
|||||||||||
|
|
The only way I found to get the full path of the file I'm working in is:
|
|||
|
|
I found 2 ways to display the file path in the Title bar of the gnome-terminal while editing a file with Vim. The simpler (and better) way: Add the following line to your
Which will show you at the top:
The more complicated way will show you the absolute file path. It's documented in a bit more detail in this blog post I recently wrote. |
||||
|
|
|
I've always used
I didn't know about CTRLG but it appears to be about the same. |
|||
|
|