[docgen] Update docs

skip-checks: true
This commit is contained in:
Github Actions 2023-01-22 01:45:25 +00:00
parent 366d0d6f06
commit 25a5e7873e
2 changed files with 4 additions and 4 deletions

View file

@ -218,8 +218,8 @@ require("aerial").setup({
-- Keymaps in aerial window. Can be any value that `vim.keymap.set` accepts OR a table of keymap
-- options with a `callback` (e.g. { callback = function() ... end, desc = "", nowait = true })
-- Additionally, if it is a string that matches "aerial.<name>",
-- it will use the mapping at require("aerial.action").<name>
-- Additionally, if it is a string that matches "actions.<name>",
-- it will use the mapping at require("aerial.actions").<name>
-- Set to `false` to remove a keymap
keymaps = {
["?"] = "actions.show_help",

View file

@ -57,8 +57,8 @@ OPTIONS *aerial-option
-- Keymaps in aerial window. Can be any value that `vim.keymap.set` accepts OR a table of keymap
-- options with a `callback` (e.g. { callback = function() ... end, desc = "", nowait = true })
-- Additionally, if it is a string that matches "aerial.<name>",
-- it will use the mapping at require("aerial.action").<name>
-- Additionally, if it is a string that matches "actions.<name>",
-- it will use the mapping at require("aerial.actions").<name>
-- Set to `false` to remove a keymap
keymaps = {
["?"] = "actions.show_help",