karb94 / neoscroll.nvim

Smooth scrolling neovim plugin written in lua
MIT License
1.46k stars 36 forks source link

Can we get support for horizontal movement? #86

Closed ariel-frischer closed 1 month ago

ariel-frischer commented 1 year ago

Moving the cursor to end of line $ or beginning 0, or just moving forward and backward with w or b would be cool with these scroll animations but I guess they would just be cursor animations.

karb94 commented 1 month ago

For now I consider this out of scope as it would require redefining virtually any mapping that can move the cursor horizontally.