From cf741529cf41c37b383305044b36482b1b9e7ad5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Wed, 2 Oct 2013 18:10:44 +0200 Subject: [PATCH] Increased scrolloff for vim. --- vim/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/vimrc b/vim/vimrc index ed6c31a..533795d 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -170,7 +170,7 @@ set foldmethod=indent " fold according to indet set foldnestmax=2 " fold a maximum of 2 levels set nofoldenable " unfold everything by default -set scrolloff=4 " show context at the screen edges +set scrolloff=5 " show context at the screen edges set showcmd " show (partial) command in the command line