How do you keep context lines visible above and below the cursor?
set scrolloff=8
Set scrolloff (or so) to keep at least 8 lines visible above and below the cursor when scrolling.
set scrolloff=8
Set scrolloff (or so) to keep at least 8 lines visible above and below the cursor when scrolling.
set sidescrolloff=5
Set sidescrolloff to keep at least 5 columns visible on each side of the cursor during horizontal scrolling.