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

Make scrolling in Vim more pleasant

Results 19 vim-smooth-scroll issues
Sort by recently updated
recently updated
newest added

When a line is too long to fit the screen and wrap to the next visible line (it appears as multiple lines on the screen, even though there is only...

This is a feature request. I love this plugin because makes vim environment feel less harsh. It works great for scrolling, but what about jumping around when using # over...

A possible improvement would be to apply the same smooth scrolling to the zz, zt, zb. How could this be implemented?

Right now we can use as input the "velocity", but I would like it to be between 1 and 2. Would it be possible to update the plugin so it...

I don't see any kind of animation macvim OS X 10.8.3 was trying with default settings and with these ``` vim noremap :call smooth_scroll#up(&scroll, 1000, 20) noremap :call smooth_scroll#down(&scroll, 1000,...

I noticed that for some filetypes it doesn't work at all (e.g. `tmux`, `conf`). For example, in any given file, if I exec `set filetype=ruby`, smooth scrolling works fine, but...

It keeps the editor busy trying to scroll up/down when reaching top/bottom. I'll send a patch to fix this and wait for review.