Skip to content
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

Add option to show the path of the active tab in bufferline #11836

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Sumandora
Copy link

@Sumandora Sumandora commented Oct 5, 2024

This PR turns this:
image
into this:
image

The main issue is that something like #8362 is not merged. I initially wanted to expand all tabs by default, however this means that you have a about 3 tabs before you go off-screen. I came up with this solution as a way to work-around this limitation.

To not change current behavior, the entire thing is hidden behind editor.expand-bufferline, which is false by default.

Paths that aren't part of the working directory are displayed as absolute paths, as opposed to relative paths.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant