Thinner UI #23933
Replies: 3 comments
-
Disabling folding, with: "gutter": {
"folds": false
}, does significantly reduce the space in the gutter (to the right of the line numbers, as can be seen in your screenshot). You might want to disable The non-floating editor scrollbar is on purpose, it's used to display information about the code (git status, diagnostics, symbols, etc.) and uses third columns to separate the different types. I don't think you can turn it floating but you can hide it completly: "scrollbar": {
"show": "never"
} You can hide tabs with "tab_bar": {
"show": false,
} (or just the back and forward buttons with |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
I'm not sure of the scope of discussion for this issue, but . . . I wish I could completely dissolve the "toolbar" (breadcrumbs + quick actions) and "title bar" (hamburger, recent projects, branches, sign in, settings), without losing all the elements:
In the screenshot, the red marks items or spaces I don't ever use, and the blue marks the items suitable for the status bar, and the free space on the status bar itself. |
Beta Was this translation helpful? Give feedback.
-
Check for existing issues
Describe the feature
This is fairly minor, but I'd love to be able to minimize the chrome to maximize the working space of the editor. Zed has a really clean design, but I still feel like there's quite a bit of extra space that would be nice to collapse, specifically:
If applicable, add mockups / screenshots to help present your vision of the feature
This is my first time trying Zed, I'm amazed how polished the experience is already. Keep up the great work!
Beta Was this translation helpful? Give feedback.
All reactions