lornix / vim-scrollbar

An attempt to display a scrollbar with 'thumb' in curses-based vim. Uses the 'sign' feature of vim to display a scrollbar on the left-hand side.
47 stars 12 forks source link

After :PluginInstall lornix/vim-scrollbar ; scrollbar is shown however is not possible to move #8

Closed serup closed 8 years ago

serup commented 8 years ago

I tried installing your plugin in vim 7.4, and it shows the scrollbar in leftside, when I press < leader >sb however it is not possible for me to use mouse to scroll down or up -- what could be the issue??

lornix commented 8 years ago

Did your mouse scroll down or up BEFORE you installed the plugin? Basic Troubleshooting.

serup commented 8 years ago

well the scroll bar does not take events from trying to move it with mouse - is it supposed to work with mouse?

lornix commented 8 years ago

Not that I'm aware of. You can scroll your document with the mouse if you're using the GUI version of vim, or with the use of the 'mouse+=a' option in the text version of vim.

samliu commented 8 years ago

lornix +1

Sorry, the plugin doesn't support mouse at this time. If you want to use mouse I'd recommend gvim/macvim, where a scrollbar is already provided.