psliwka / vim-smoothie

Smooth scrolling for Vim done rightšŸ„¤
MIT License
988 stars 27 forks source link

Make it configurable for moving cursor at buffer end #28

Closed aj3423 closed 2 years ago

aj3423 commented 3 years ago

From the main page I see this is a feature:

^D and ^U behave correctly near buffer ends, just moving the cursor instead of scrolling the window

But sometimes this can be annoying, possible to add a global variable to disable it? Just scroll window and not move cursor.

Thanks.

psliwka commented 2 years ago

Sorry, there's no way to do this cleanly with current code, and it's out of the plugin's scope.