Splits layout: Allow setting the split_axis option to auto so that all new windows have their split axis chosen automatically unless explicitly specified in the launch command

Fixes #7887
This commit is contained in:
Kovid Goyal
2024-09-24 14:21:23 +05:30
parent 958ad0d8b4
commit 83c989d4e9
3 changed files with 21 additions and 10 deletions

View File

@@ -93,6 +93,8 @@ Detailed list of changes
- Remote control: Fix ``--match state:self`` not working (:disc:`7886`)
- Splits layout: Allow setting the ``split_axis`` option to ``auto`` so that all new windows have their split axis chosen automatically unless explicitly specified in the launch command (:iss:`7887`)
0.36.2 [2024-09-06]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~