zed-industries / zed

Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
https://zed.dev
Other
49.7k stars 3.05k forks source link

Toggle code hiding buttons #17813

Closed verhovsky closed 1 month ago

verhovsky commented 1 month ago

Check for existing issues

Describe the feature

I have never used these things that hide scopes, I would like to hide them so I don't have this large piece of empty space between the file browser and the editor window

Screenshot 2024-09-13 at 15 02 19

If applicable, add mockups / screenshots to help present your vision of the feature

Screenshot 2024-09-13 at 15 02 19 copy
Moshyfawn commented 1 month ago

This is supported.

{
  "gutter": {
    "folds": false
  }
}
verhovsky commented 1 month ago

Thank you, I searched for editor: toggle and it wasnt there

Moshyfawn commented 1 month ago

You can reference the default settings.json comfig by selecting zed: open default settings from the command palette to reference existing settings.