This commit is contained in:
@@ -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 }
|
||||||
},
|
},
|
||||||
...,
|
...,
|
||||||
|
|||||||
@@ -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 }
|
||||||
--- },
|
--- },
|
||||||
--- ...,
|
--- ...,
|
||||||
|
|||||||
Reference in New Issue
Block a user