Disable open on left and scroll off for help

This commit is contained in:
Kenneth Benzie (Benie) 2016-05-06 10:15:50 +01:00
parent 6f965cd2a6
commit a516d8ac7f

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