dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 9e5ef32bac1154767f41bffba39f9a494fd4e99c
parent d57c8d113c4a62c7891530b71eb0a98c4ad600c3
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Wed,  7 Nov 2018 14:49:28 +0100

Keep cursor off top and bottom

Diffstat:
Mvim/editor.vimrc | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/vim/editor.vimrc b/vim/editor.vimrc @@ -62,3 +62,6 @@ set whichwrap+=<,>,h,l " Better completion set complete=.,w,b,u,t set completeopt=longest,menuone,preview + +" Keep cursor off top and bottom of screen +set scrolloff=5