Open failable opened 6 months ago
When the tab is hidden, you can select the tabswitcher to switch the current window's buffer, but this function is window-based, you can't switch to another window's buffer.
I think you can be wanting https://github.com/zed-industries/zed/issues/8013#issuecomment-1953342850
@0x2CA Hello, I do use tab switcher to switch tabs. The FR here is more about display current buffer information than tab management.
For example, sometimes after switching to another application and then back to Zed after a while, it's not always immediately clear which file you're currently in due to the tab being hidden.
Of course, if the tab bar itself is displayed, this problem doesn't exist. And like other editors, even if the tabs aren't displayed, you can still see some additional information (generally displayed in title bar or status bar) about the current buffer.
I think you have the answer to that.
Of course, if the tab bar itself is displayed, this problem doesn't exist. And like other editors, even if the tabs aren't displayed, you can still see some additional information (generally displayed in title bar or status bar) about the current buffer.
Hiding the tab bar saves one line 🥹. I don't care what buffers are opened, but do care current working buffer.
This seems messed up
Ah, I forget that the file name is shown in toolbar since I always hide it. But due to this issue , the display is a bit weird.
If I set the UI font size (16) to make it displayed as the same sized (12) as the buffer font size, the toolbar is huge since it use UI font sized with buffer font.
If I set the UI font size (12) to the same size as the buffer font size (12), then the UI font is too small.
+1 on this. Zed is the only editor I've tried that can't display the active buffer name without either having the tab bar active or dedicating an entire line to this. It feels like a waste of space, considering the title and status bars have a lot of empty space that could be used for this purpose (like in other editors):
Zed
VSCode
Emacs
SublimeText
One suggestion would be to replace the git branch name next to the project name with the currently active buffer name, and move the git info to the status bar:
Really need this. This is the only thing that is stopping me from using zed.
Check for existing issues
Describe the feature
Show buffer / (file) name somewhere when tab bar and tool bar are hidden. For example, title bar.
If applicable, add mockups / screenshots to help present your vision of the feature
No response