Resolve "Feature Request: switchByScrolling"
Closes #22 (closed)
However, this is not working as expected as soon as you start reordering tabs in the sidebar (reordered tabs are skipped or switched through in a confusing way, cf video below).
I think there is some state leaking with tab reordering that becomes apparent here, or maybe it's linked to the way I mark a tab as active. Let me know if you have an idea!
@HAMiDY25 it's not strictly speaking identical to the Tabbox scrolling behaviour. This trigger on ctrl+mousewheel
and not mousewheel
only, to avoid interfering with regular scrolling in the sidebar. Also, we're looping when reaching the top or end, which I find really useful when you're at the bottom and want to reach your pinned tabs. It also aligns with the ctrl+pageup
and ctrl+pagedown
behaviour. Of course this can be changed :)