我曾尝试使用包(电力线、航空公司、灯光线)根据我正在运行的模式为状态线着色,但它们都没有完成这项工作。我是 OSX Mavericks 上的 Vim 7.3。
问问题
196 次
1 回答
0
放入set laststatus=2
您~/.vimrc
的状态栏。
来自:help 'laststatus'
:
The value of this option influences when the last window will have a
status line:
0: never
1: only if there are at least two windows
2: always
The screen looks nicer with a status line if you have several
windows, but it takes another screen line.
于 2014-07-03T14:46:58.720 回答