Technology
 

Displaying status line always

From Vim Tips Wiki

(Redirected from VimTip15)

Tip 15 Previous Next created February 24, 2001 · complexity basic · author Yegappan · version 5.7


To display the status line always, set the following option in your vimrc:

: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.

[edit] References

[edit] Comments