vim-smooth-scroll
vim-smooth-scroll copied to clipboard
not working for me at all
I don't see any kind of animation macvim OS X 10.8.3
was trying with default settings and with these
noremap <silent> <c-u> :call smooth_scroll#up(&scroll, 1000, 20)<CR>
noremap <silent> <c-d> :call smooth_scroll#down(&scroll, 1000, 20)<CR>
noremap <silent> <c-b> :call smooth_scroll#up(&scroll*2, 1000, 40)<CR>
noremap <silent> <c-f> :call smooth_scroll#down(&scroll*2, 1000, 40)<CR>
Works for me on macvim in OS X 10.7.5. Maybe it's a pb in 10.8.x?
pb? what does it mean?
problem
This thing is not working at all!!! when I keep scrolling down, the whole vim freezes until I press control-c. DO NOT USE THIS!!!!!
Same problem in macvim 10.9.2. Works fine when I don't use the terminal version though.
Didn't seem to work when using Konsole in linux. Had the same set of commands working for my windows subsystem for linux.