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

Extract SetupScrollbarBindings from SetupScrollbar #9

Closed ezh closed 7 years ago

ezh commented 7 years ago

I have completely different bindings for movement in VIM. Built in bindings interfered with .vimrc and were broken. I add g:scrollbar_binding_active=1 in top of my .vimrc and rebind RefreshScrollbar in proper way.

P.S. I think that it would be nice to avoid hardcoded binding. At least you may add it to the documentation and then a user will adjust their configuration as needed.

Thank you for beautiful plugin.

King regards, Alexey

samliu commented 7 years ago

Thanks for the patch!

ezh commented 7 years ago

Great. It is nice to see that you maintain it. Thank you very much.