Golden ratio auto-resize windows #10276
Replies: 4 comments
-
I think automatically resizing the current window to be the best size for editing is a cool idea, but surely columns/characters is better than ratio? 50 - 75 characters is optimum for readability according to https://baymard.com/blog/line-length-readability. I think the programming community has settled on 80 chars, which works very well. When we get soft word wrapping then some kind of 'zen mode' like https://github.com/folke/zen-mode.nvim would be amazing. |
Beta Was this translation helpful? Give feedback.
-
@David-Else I thought you might be interested. #2704 zen mode like |
Beta Was this translation helpful? Give feedback.
-
@erasin Thanks! I will check that out! Did you know about this 'zen mode' pull request? #3239 . It was recently merged with master and had a review from archseer, but the author has no more time to finish it, I am learning Rust but not really up to taking it over yet, what do you make of it? |
Beta Was this translation helpful? Give feedback.
-
@David-Else I don't know enough about the helix code,has still need to read the code. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
form https://github.com/roman/golden-ratio
Resize automatically the windows you are working on to the size specified in the "Golden Ratio". The window that has the main focus will have the perfect size for editing, while the ones that are not being actively edited will be re-sized to a smaller size that doesn't get in the way, but at the same time will be readable enough to know it's content.
I love this feature I hope it can be ported over helix.
Beta Was this translation helpful? Give feedback.
All reactions