1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-11-29 22:48:24 +02:00

Add user config expandedSidePanelWeight

This commit is contained in:
Stefan Haller
2024-05-31 21:37:10 +02:00
parent 557dfc5a6d
commit 1269938ee6
5 changed files with 55 additions and 1 deletions

View File

@@ -68,6 +68,10 @@ gui:
# If true, increase the height of the focused side window; creating an accordion effect.
expandFocusedSidePanel: false
# The weight of the expanded side panel, relative to the other panels. 2 means
# twice as tall as the other panels. Only relevant if `expandFocusedSidePanel` is true.
expandedSidePanelWeight: 2
# Sometimes the main window is split in two (e.g. when the selected file has both staged and unstaged changes). This setting controls how the two sections are split.
# Options are:
# - 'horizontal': split the window horizontally