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