Add note about togglesplit requirements

preserve_split has to be enabled for togglesplit to do anything, but this isn't clear from the documentation
This commit is contained in:
Mel Bourgeois 2022-10-22 18:30:13 -05:00 committed by GitHub
parent 5517d69661
commit 2b81e61ed7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -50,4 +50,4 @@ category name: `dwindle`
|---|---|---|
| togglegroup | toggles the current window and its siblings (recursively) into a group | none |
| changegroupactive | switches to the next window in a group. | b - back, f - forward. |
| togglesplit | toggles the split (top/side) of the current window | none |
| togglesplit | toggles the split (top/side) of the current window. preserve_split must be enabled for toggling to take effect. | none |