Replies: 5 comments
-
I often have a split screen open (screen is split by multiplexer not helix) and so often I can't see which buffer I"m on if they're near the end of the list. I would love to see either this, or parhaps a "scrolling" bufferline, where it moves the start off the bufferline off screen as you cycle through buffers |
Beta Was this translation helpful? Give feedback.
-
Remember Most editors (and browsers) have a mode where just the surrounding tabs are shown. That might be preferred to wrapping as it saves space and still gives you the relative buffers. Here's a quick example of bufferline wrapping: watsoncj@cb759d9
|
Beta Was this translation helpful? Give feedback.
-
I'm not sure if I want it to wrap, but I would like the currently active buffer to be visible, once I go "off screen" with So giving a 👍 since I think this is a useful discussion! |
Beta Was this translation helpful? Give feedback.
-
Vim's (v9.1.0452) behavior seems to have the same off screen issue, except has some heuristics for shortening each file upon each new addition such that a lot more can fit. Eventually gives up once each file name is four characters long. (Edit: sorry took the screenshot too soon, it does go down to 4 chars.)
After a bunch of deletions:
|
Beta Was this translation helpful? Give feedback.
-
I am surprised that something basic like this is not present in helix. |
Beta Was this translation helpful? Give feedback.
-
Working with 5 or more buffers on a small screen I often found myself wanting the ability to wrap the bufferline into a second or even third line instead of having it go "off screen".
I couldn't find a similar enhancement suggestion already mentioned. I have a working solution and I'm already using it locally. Wondering if this is something folks would like to see at all. If so should this be the new default bufferline behavior or perhaps hidden under an additional config property?
Here's an example implementation I'm currently using #8324
Beta Was this translation helpful? Give feedback.
All reactions