[docgen] Update docs

skip-checks: true
This commit is contained in:
Github Actions 2023-04-16 06:30:15 +00:00
parent 055d2209ad
commit 093caa3f4b
2 changed files with 4 additions and 0 deletions

View file

@ -472,6 +472,8 @@ require("aerial").setup({
},
-- Jump to symbol in source window when the cursor moves
autojump = false,
-- Show a preview of the code in the right column, when there are no child symbols
preview = false,
-- Keymaps in the nav window
keymaps = {
["<CR>"] = "actions.jump",

View file

@ -306,6 +306,8 @@ OPTIONS *aerial-option
},
-- Jump to symbol in source window when the cursor moves
autojump = false,
-- Show a preview of the code in the right column, when there are no child symbols
preview = false,
-- Keymaps in the nav window
keymaps = {
["<CR>"] = "actions.jump",