Merge pull request #37 from Smona/remove-togglesplit-footgun

Make togglesplit requirements clear
This commit is contained in:
Vaxry 2022-10-23 11:16:16 +01:00 committed by GitHub
commit a9ada1d347
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 work. | none |