docs: fix arguments in mappings table to refelct implementation (#2111) (#2125)

This commit is contained in:
Nikita Kulakov
2022-08-13 19:05:02 +10:00
committed by GitHub
parent ad32a4c453
commit 36d4571b05
2 changed files with 2 additions and 2 deletions

View File

@@ -1742,7 +1742,7 @@ You can also add additional options for mappings of any type ("action" and
{ {
..., ...,
["<C-j>"] = { ["<C-j>"] = {
action = actions.move_selection_next, actions.move_selection_next, type = "action",
opts = { nowait = true, silent = true } opts = { nowait = true, silent = true }
}, },
..., ...,

View File

@@ -80,7 +80,7 @@
--- { --- {
--- ..., --- ...,
--- ["<C-j>"] = { --- ["<C-j>"] = {
--- action = actions.move_selection_next, --- actions.move_selection_next, type = "action",
--- opts = { nowait = true, silent = true } --- opts = { nowait = true, silent = true }
--- }, --- },
--- ..., --- ...,