terryma / vim-smooth-scroll

Make scrolling in Vim more pleasant
312 stars 36 forks source link

not working for me at all #2

Open milushov opened 11 years ago

milushov commented 11 years ago

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>
Sydney-o9 commented 11 years ago

Works for me on macvim in OS X 10.7.5. Maybe it's a pb in 10.8.x?

milushov commented 11 years ago

pb? what does it mean?

Sydney-o9 commented 11 years ago

problem

scvdance commented 10 years ago

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!!!!!

Lanny commented 10 years ago

Same problem in macvim 10.9.2. Works fine when I don't use the terminal version though.

loshjawrence commented 5 years ago

Didn't seem to work when using Konsole in linux. Had the same set of commands working for my windows subsystem for linux.