lazygit
lazygit copied to clipboard
Automaticaly adjust side panels height based on content
Is your feature request related to a problem? Please describe.
I was playing with portrait mode and enlargedSideViewLocation: top. Side panels often contain 1-3 lines but take up a lot of screen space.
Describe the solution you'd like I'd like an option that enables automatic height adjustment for side panes based on their content. So for example the "Status" pane would only occupy one line.
Describe alternatives you've considered
Currently, the sidePanelWidth option hardcodes the width/height. And expandFocusedSidePanel: true expands focused pane but does not respect the content yet.