This commit is contained in:
Kovid Goyal 2026-08-04 06:28:12 +05:30
parent da19316471
commit fd6c299965
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C
2 changed files with 3 additions and 3 deletions

View file

@ -318,7 +318,7 @@ Detailed list of changes
- ``kitten @ set-background-image``: Fix ``--layout=configured`` changing layout to centered instead (:iss:`10089`)
- Splits layout: add an ``equalize`` action and an ``equalize_on_close`` option to redistribute split space proportionally (:iss:`3489`)
- Splits layout: add an ``equalize`` action and an ``equalize_on_window_close`` option to redistribute split space proportionally (:iss:`3489`)
- Fix matching var/env on tabs not working as expected (:iss:`10095`)

View file

@ -207,11 +207,11 @@ width and ``maximize vertical`` to fill the full height. Calling it again
restores the original split sizes. The ``equalize`` action redistributes space
so that all windows along each split axis receive an equal share.
This layout takes two options. ``equalize_on_close`` automatically equalizes
This layout takes two options. ``equalize_on_window_close`` automatically equalizes
split sizes whenever a window is closed, keeping remaining windows balanced
without needing an explicit keybinding::
enabled_layouts splits:equalize_on_close=true
enabled_layouts splits:equalize_on_window_close=true
``split_axis`` controls whether new windows
are placed into vertical or horizontal splits when a :option:`--location