zed
zed copied to clipboard
Option to wrap open tabs in the available window instead of just the current scroll on overflow
Check for existing issues
- [X] Completed
Describe the feature
VS Code currently has this feature to enable tab wrapping where the open file tabs wrap and are shown. In Zed, currently, there's no support for it. Tab wrapping helps to find the open file quicker than the scrolling option. Having this feature will be pretty amazing.
If applicable, add mockups / screenshots to help present your vision of the feature
Zed:
VS Code:
That would be nice to have. Here is the setting on VScode for reference.
https://code.visualstudio.com/docs/getstarted/settings
// Controls whether tabs should be wrapped over multiple lines when exceeding available space or whether a scrollbar should appear instead. This value is ignored when `workbench.editor.showTabs` is not set to `multiple`.
"workbench.editor.wrapTabs": false,