From 2b81e61ed74e90e4ca75701b43c13073eb25e7b0 Mon Sep 17 00:00:00 2001 From: Mel Bourgeois Date: Sat, 22 Oct 2022 18:30:13 -0500 Subject: [PATCH 1/2] Add note about togglesplit requirements preserve_split has to be enabled for togglesplit to do anything, but this isn't clear from the documentation --- pages/Configuring/Dwindle-Layout.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/Configuring/Dwindle-Layout.md b/pages/Configuring/Dwindle-Layout.md index fb11249..733ecea 100644 --- a/pages/Configuring/Dwindle-Layout.md +++ b/pages/Configuring/Dwindle-Layout.md @@ -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 | From e7302804c993749fbe66ce8647350ca0cfe5043f Mon Sep 17 00:00:00 2001 From: Mel Bourgeois Date: Sat, 22 Oct 2022 18:32:05 -0500 Subject: [PATCH 2/2] improve formatting --- pages/Configuring/Dwindle-Layout.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/Configuring/Dwindle-Layout.md b/pages/Configuring/Dwindle-Layout.md index 733ecea..2b58399 100644 --- a/pages/Configuring/Dwindle-Layout.md +++ b/pages/Configuring/Dwindle-Layout.md @@ -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. preserve_split must be enabled for toggling to take effect. | none | +| togglesplit | toggles the split (top/side) of the current window. `preserve_split` must be enabled for toggling to work. | none |