Plug 'terryma/vim-smooth-scroll' noremap :call smooth_scroll#up(&scroll, 0, 4) noremap :call smooth_scroll#down(&scroll, 0, 4) noremap :call smooth_scroll#up(&scroll*2, 0, 8) noremap :call smooth_scroll#down(&scroll*2, 0, 8)