How can I permanently display the path of the current file in Vim?

后端 未结 8 736
别那么骄傲
别那么骄傲 2020-12-12 12:26

I know CTRLg displays the current file you\'re working on. Is there a way to modify my .vimrc such that the filename/path is always displa

8条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-12 13:15

    set ls=2

    add this in vimrc, and you will see the file name at the bottom always.

提交回复
热议问题