From ecc76d83bc0d264945953e116ba4854bab96fef3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= Date: Mon, 28 Apr 2014 14:34:52 +0200 Subject: vimrc: set scrolloff=5 --- vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/vimrc b/vimrc index 4748327..79ea9fb 100644 --- a/vimrc +++ b/vimrc @@ -53,6 +53,7 @@ else endif set autoindent " use autoindent" set nocompatible " do not try to act like vi +set scrolloff=5 " number of context lines above and below the cursor set laststatus=2 " alway add status line set history=50 " keep 50 lines of command line history set ruler " show the cursor position all the time -- cgit v1.1-2-g2b99