chore(build): auto-generate docs

This commit is contained in:
folke 2025-02-14 21:23:37 +00:00 committed by github-actions[bot]
parent ffc6fe3965
commit a5f1e43f9c

View file

@ -230,6 +230,7 @@ Snacks.picker.pick({source = "files", ...})
["<c-p>"] = { "list_up", mode = { "i", "n" } },
["<c-q>"] = { "qflist", mode = { "i", "n" } },
["<c-s>"] = { "edit_split", mode = { "i", "n" } },
["<c-t>"] = { "tab", mode = { "n", "i" } },
["<c-u>"] = { "list_scroll_up", mode = { "i", "n" } },
["<c-v>"] = { "edit_vsplit", mode = { "i", "n" } },
["<c-w>H"] = "layout_left",
@ -274,7 +275,9 @@ Snacks.picker.pick({source = "files", ...})
["<c-k>"] = "list_up",
["<c-n>"] = "list_down",
["<c-p>"] = "list_up",
["<c-q>"] = "qflist",
["<c-s>"] = "edit_split",
["<c-t>"] = "tab",
["<c-u>"] = "list_scroll_up",
["<c-v>"] = "edit_vsplit",
["<c-w>H"] = "layout_left",