Remove custom status line.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sat, 13 Mar 2010 18:27:45 +0200
changeset 27 55688ec975f9
parent 26 7eeb81dc4fc5
child 30 669c0e5c3f58
Remove custom status line.
.vimrc
--- a/.vimrc	Sat Mar 13 18:27:00 2010 +0200
+++ b/.vimrc	Sat Mar 13 18:27:45 2010 +0200
@@ -28,6 +28,9 @@
 set ignorecase
 set smartcase
 
+" Have 3 lines of offset (or buffer) when scrolling.
+set scrolloff=3
+
 " I find the toolbar in the GUI version of vim (gvim) to be somewhat useless
 " visual clutter. This option gets rid of the toolbar.
 set guioptions-=T
@@ -64,9 +67,6 @@
 
 set ruler
 
-" Informative status line
-set statusline=%F%m%r%h%w\ [TYPE=%Y\ %{&ff}]\ [%l/%L\ (%p%%)]
-
 " Local Variables:
 " mode: fundamental
 " comment-start: "\""