fix: cleanup of layout actions

* fix: finish docs and remove mistakes from merge

* fix: change order of `popup` changes based on type of change
  - removes "flash" issue where popups don't update in sync
This commit is contained in:
Luke Kershaw
2021-11-16 11:14:52 +00:00
parent edcf07cf88
commit d686fb2799
4 changed files with 29 additions and 31 deletions

View File

@@ -191,7 +191,7 @@ append("layout_config", layout_config_defaults, layout_config_description)
append(
"cycle_layout_list",
{ "horizontal", "vertical", { layout_strategy = "horizontal", previewer = false } },
{ "horizontal", "vertical" },
[[
Determines the layouts to cycle through when using `actions.cycle_layout_next`
and `actions.cycle_layout_prev`.
@@ -202,7 +202,7 @@ append(
2. table <br>
A table with possible keys `layout_strategy`, `layout_config` and `previewer`
Default: TODO
Default: { "horizontal", "vertical" }
]]
)