From 3cbbe22ac69e9428b6b8728478eedcb77d989f34 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Fri, 6 May 2016 10:15:50 +0100 Subject: [PATCH] Disable open on left and scroll off for help --- after/ftplugin/help.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/after/ftplugin/help.vim b/after/ftplugin/help.vim index d930f51..a766e81 100644 --- a/after/ftplugin/help.vim +++ b/after/ftplugin/help.vim @@ -1,4 +1,4 @@ " Disable spell checking which is enabled for text files setlocal nospell -" Show help in the rightmost vertical split -wincmd L +" Don't keep cursor from buffer edges +setlocal scrolloff=0