guillermooo / Vintageous

Vi/Vim emulation for Sublime Text 3
http://guillermooo.bitbucket.org/Vintageous/
Other
1.64k stars 115 forks source link

Please enable set scrolloff #1054

Open jasjuang opened 8 years ago

jasjuang commented 8 years ago

In order to achieve scrolling down while keeping cursor in middle of screen without having to type zz everytime, in vim we can type

:set scrolloff=999

once, is it possible for vintageous to support this feature as well?

Thanks.

rozling commented 8 years ago

+1, this would be so useful!

idr4n commented 5 years ago

for now I got it working by adding the following to my .vintageousrc:

:nnoremap j gjzz
:nnoremap k gkzz