Set scrolloff to 0, EC2 defaults to 5
dblume

dblume commited on 2024-02-21 12:12:43
Showing 1 changed files, with 1 additions and 0 deletions.

... ...
@@ -12,6 +12,7 @@ set sidescroll=5
12 12
 set listchars+=tab:>-,precedes:<,extends:>,nbsp:ยท " for :set list
13 13
 set iskeyword+=-    " Add - to list of non-word-breaking chars.
14 14
 set incsearch       " Navigate to matched strings while typing. Toggle: :set is!
15
+set scrolloff=0     " EC2 defaults to 5. Set explicitly to be consistent
15 16
 
16 17
 if v:version >= 703
17 18
   " Do save the undo tree to file, but not in the local directory.
18 19