vim: scrolloff=3
This commit is contained in:
parent
2f5e4c57d8
commit
44b54efbe5
|
@ -9,7 +9,7 @@ set cursorline
|
||||||
set cursorlineopt=number
|
set cursorlineopt=number
|
||||||
|
|
||||||
" Keep some context above and below the cursor
|
" Keep some context above and below the cursor
|
||||||
set scrolloff=5
|
set scrolloff=3
|
||||||
set sidescrolloff=3
|
set sidescrolloff=3
|
||||||
|
|
||||||
" Tabs are spaces
|
" Tabs are spaces
|
||||||
|
|
Loading…
Reference in a new issue