I use Vim to write text, ie prose with paragraphs.
Vim interprets a paragraph as a single line, but it's good at displaying line breaks anyway.
The problem is that it skips up and down by paragraph when you scroll up and down with gj and gk, making the text jerky and difficult to read.
Smoothscroll fixes this, but only when you're scrolling down.
Is there a way to make it work when scrolling up?
Here's an example of what I'm talking about. The first is Vim (Neovim) and the second is VSCode. The VSCode behavior is what you see in every other text editor.
Vim:
VSCode:
Is there a way to fix this? Like I said, this behavior is unique to Vim.