lewis6991 / satellite.nvim

Decorate scrollbar for Neovim
MIT License
542 stars 20 forks source link

Allow click + drag scrollbar with the mouse #27

Closed jemag closed 1 year ago

jemag commented 1 year ago

Describe the solution you'd like I think an intuitive workflow with scrollbars is being able to click and then drag to quickly move across the file.

Although I do not use the mouse 90% of the time, I think it is nice to be able to grab the scrollbar sometimes and quickly and precisely explore the file in its entirety.

This is something that is currently possible with https://github.com/dstein64/nvim-scrollview and that I am currently missing when considering moving over.

Describe alternatives you've considered Use keyboard

Additional context Here is an example of what it looks like in nvim-scrollview. https://user-images.githubusercontent.com/7985687/201527847-4ff9de01-c57d-496c-95a1-9535c7830cbd.mp4