Decrease the space between the line numbers and code
Check for existing issues
- [X] Completed
Describe the feature
Hi, I've added a picture. The space between the line numbers and the code is a lot. Is there a way I can make it smaller or remove it? I checked the settings, but I couldn't find anything yet. I love to use every single amount of space, and coming from Vim/NeoVim this is one of the UI changes that feels weird for me.
Thank you!
If applicable, add mockups / screenshots to help present your vision of the feature
No response
@fatih! Nice to see you here! To clarify: do you want to remove the fold-gutter completely or just remove its paddings/margings?
Because that's what's taking up most of the space:
(Based on assumption that in your screenshot we're looking at parts of a import () statement in Go with the imported packages being indented.)
Hi @mrnugget 👋🏼
Yeah I see now what you mean. TIL about the fold-gutter. I never use folds (even in Vim), so I wonder if I can disable them completely. So basically I want to remove this padding completely:
I searched in https://docs.zed.dev/configuration/configuring-zed for the keyword "fold" but couldn't find any references yet.
This is now fixed and properly implemented with https://github.com/zed-industries/zed/pull/7665. Closing this.