From 033a9cc55ce030d8686f76685a2ef06611d7b6c2 Mon Sep 17 00:00:00 2001 From: ManjaroOne666 Date: Mon, 2 Oct 2017 12:25:17 +0100 Subject: [PATCH] reduced scroll offset --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimrc b/vimrc index 044d0ba..96348b1 100644 --- a/vimrc +++ b/vimrc @@ -164,7 +164,7 @@ iabbrev waht what iabbrev tehn then set iskeyword+=- -set scrolloff=44 " scroll offset +set scrolloff=10 " scroll offset set showcmd " show command in bottom bar set incsearch