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

Scrollbar on right part of window #1

Closed grigorii-horos closed 10 years ago

grigorii-horos commented 10 years ago

You can add a setting to display the scroll bar on the right part of the window?

lornix commented 10 years ago

I don't believe that's possible, since this implementation is based on the usage of vim's 'signs', which are displayed on the left side. You'd likely need to rewrite the signs code sections to allow display on the right. (not that this would be a bad thing, right-hand signs could be interesting).