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

There's a bug inside the `get_ms_since` function. It tries to use a float as a string. Vim runs very slowly/crashes due to the above. https://github.com/terryma/vim-smooth-scroll/pull/17 fixes this.

Vim tries to use a Float as String, if we divide with a float in the `get_ms_since` function. The plugin runs very slowly/hangs dueto this bug. The commit inside the...

Here is a quick demo of the issue that is fixed in the PR (key sequence in the recording: `` followed by `` and `j`): ![recorded_demo](http://g.recordit.co/au0eYrz0vZ.gif).

I tested the effect by trying `up(3, 0, 0)`, and Linux crashed.

add flag follow to set coursor whether follow the scrolling line or not. It is useful for line by line modification.

First, thanks for your work! I missed this so bad in Emacs/Evil. I looked into how I could write this script in the same way in Lisp, which is much...

Big lag when scrolling up in MacVim for both and .

I can only use this when NERDTree is showing. When I `:NERDTreeToggle` the NERDTree split away, Ctrl-D and Ctrl-U go back to standard scrolling. When I toggle the split back,...

Hi, I have configured your plugin and it is causing vim to crash when I just hold CTRL-D for a period of time. Do you know about this issue?