# HG changeset patch # User Oleksandr Gavenko # Date 1268497665 -7200 # Node ID 55688ec975f94c7e4749939958197c935131871f # Parent 7eeb81dc4fc59fe6d4f3f4e7ff9f31feadb37280 Remove custom status line. diff -r 7eeb81dc4fc5 -r 55688ec975f9 .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: "\""