Skip to content

Commit

Permalink
Set scrolloff to new default
Browse files Browse the repository at this point in the history
  • Loading branch information
mfinelli committed Nov 10, 2023
1 parent e6d9158 commit 9b1b6a0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions roles/vim/files/vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ set smartcase
" show line numbers
set relativenumber

" scroll screen before reaching top/bottom
set scrolloff=5

" turn on syntax highlighting
" https://stackoverflow.com/a/33380495
if !exists("g:syntax_on")
Expand Down

0 comments on commit 9b1b6a0

Please sign in to comment.