VIM TIP15

VimTip 15: Displaying status line always
总是显示状态行

To display the status line always, set the following option in your .vimrc file:
总是显示状态行,在配置文件中加入:
set laststatus=2

The advantage of having the status line displayed always is, you can see the current mode, file name, file status, ruler, etc.
总是显示状态行的优点就是可以随时看到文件名,及其状态和标尺等等信息。
To get more help on this, use
更多信息请查阅帮助

:help laststatus



Technorati Tags:

评论