[docgen] Update docs

skip-checks: true
This commit is contained in:
Github Actions 2025-12-20 20:03:26 +00:00
parent 15a2b21eda
commit 3b249b7195
2 changed files with 2 additions and 2 deletions

View file

@ -86,7 +86,7 @@ CONFIG *oil-confi
["-"] = { "actions.parent", mode = "n" },
["_"] = { "actions.open_cwd", mode = "n" },
["`"] = { "actions.cd", mode = "n" },
["~"] = { "actions.cd", opts = { scope = "tab" }, mode = "n" },
["g~"] = { "actions.cd", opts = { scope = "tab" }, mode = "n" },
["gs"] = { "actions.change_sort", mode = "n" },
["gx"] = "actions.open_external",
["g."] = { "actions.toggle_hidden", mode = "n" },