vim-smooth-scroll icon indicating copy to clipboard operation
vim-smooth-scroll copied to clipboard

not working for me at all

Open milushov opened this issue 11 years ago • 6 comments

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>

milushov avatar Apr 22 '13 10:04 milushov

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

Sydney-o9 avatar May 26 '13 05:05 Sydney-o9

pb? what does it mean?

milushov avatar Jun 02 '13 15:06 milushov

problem

Sydney-o9 avatar Jun 02 '13 17:06 Sydney-o9

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

scvdance avatar Sep 16 '13 00:09 scvdance

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

Lanny avatar Apr 29 '14 21:04 Lanny

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

loshjawrence avatar Jun 18 '19 16:06 loshjawrence