-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tab bar does not scroll horizontally #4
Comments
This is a known problem. I've thought a lot about how to implement this but I'm unsure what the best way is. I'll try see if I can implement a fix for this over the weekend. Thanks for raising this. |
Ok, I've tried implementing something to solve this. Please have a look at the readme under the Overflow and Reserving Space for Tabs sections of the readme, and update to this commit (f9396b2) implements the behavior you want with the scroll mode. Note that the scroll mode depends on luar, so please |
Hi @enricozb thanks so much for working on this! I tried out the latest master, and it looks like scroll mode is not working. I have this config:
and it looks like it is still shrinking instead of scrolling. |
Thanks for trying this out! Can you send a screenshot of the behavior? |
@enricozb Seems this got removed when you did the clean slate commit. Any plans on it coming back? |
@skarekrow Which branch/commit are you using? |
@enricozb I'm using the latest on main: |
When there are more buffers open than can fit into the bar, the ellipsis just stays at the beginning, and does not attempt to move so that you can see the current buffer highlighted. It should probably instead move which section of the bar is hidden with ellipses, so that when you are looking at a buffer near the beginning of the list, the ellipses are shown at the end, and if you are in the middle of a long list, ellipses should be shown at both left and right ends.
The text was updated successfully, but these errors were encountered: