vimrc: Use default scrolling behavior

The scroll offset seemed like a good idea at the time, but quickly
became annoying.
This commit is contained in:
Andrew R. M 2016-10-12 01:54:46 -04:00
parent aae7279768
commit ed50ab1a18

7
vimrc
View File

@ -65,13 +65,6 @@ set nocompatible
" Display the current mode in the status bar " " Display the current mode in the status bar "
set showmode set showmode
" Scroll the screen vertically at 8 rows "
set scrolloff=8
" Scroll the screen horizontally at 1 column "
set sidescrolloff=0
set sidescroll=1
" Make backspace acts as you would expect " " Make backspace acts as you would expect "
set backspace=indent,eol,start set backspace=indent,eol,start