mirror of
https://github.com/danbee/dotfiles-local
synced 2025-03-04 08:49:07 +00:00
Set scrolloff so we always see where we're scrolling to
This commit is contained in:
parent
1b4cf6363d
commit
e1c3a96e44
@ -26,6 +26,9 @@ map <c-j> <c-w>j
|
|||||||
map <c-k> <c-w>k
|
map <c-k> <c-w>k
|
||||||
map <c-l> <c-w>l
|
map <c-l> <c-w>l
|
||||||
|
|
||||||
|
" Set Scroll off
|
||||||
|
set scrolloff=12
|
||||||
|
|
||||||
" Set backspace for consistent behaviour
|
" Set backspace for consistent behaviour
|
||||||
set backspace=indent,eol
|
set backspace=indent,eol
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user