helix icon indicating copy to clipboard operation
helix copied to clipboard

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

Open Sumandora opened this issue 1 year ago • 0 comments

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.

Sumandora avatar Oct 05 '24 18:10 Sumandora