Disable open on left and scroll off for help

This commit is contained in:
Kenneth Benzie 2016-05-06 10:15:50 +01:00
parent 72a3cdd0c8
commit 82b79dff79

View File

@ -1,4 +1,4 @@
" Disable spell checking which is enabled for text files " Disable spell checking which is enabled for text files
setlocal nospell setlocal nospell
" Show help in the rightmost vertical split " Don't keep cursor from buffer edges
wincmd L setlocal scrolloff=0