From 90989bdfb21e3618f1349a3e14919739d62ab653 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 27 Feb 2012 22:38:59 +1300 Subject: Explicitly set scrolling options. Also use a horizontal scroll offset; for some reason having a vertical one bothers me, and so does not having a horizontal one. I don't think there's any real need to be consistent here. --- vim/vimrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'vim/vimrc') diff --git a/vim/vimrc b/vim/vimrc index 5179d474..133036e0 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -73,7 +73,8 @@ set nopaste nnoremap p :set paste! " Scrolling -set sidescroll=1 +set scrolloff=0 +set sidescrolloff=16 " Search if has("extra_search") -- cgit v1.2.3