diff --git a/lua/neorg/modules/core/keybinds/keybinds.lua b/lua/neorg/modules/core/keybinds/keybinds.lua index 6297efea4..a46d6468c 100644 --- a/lua/neorg/modules/core/keybinds/keybinds.lua +++ b/lua/neorg/modules/core/keybinds/keybinds.lua @@ -92,7 +92,7 @@ module.config.public = { i = { { "", "core.promo.promote", opts = { desc = "Promote Object (Recursively)" } }, { "", "core.promo.demote", opts = { desc = "Demote Object (Recursively)" } }, - { "", "core.itero.next-iteration", opts = { desc = "Continue Object" } }, + { "", "core.itero.next-iteration", "", opts = { desc = "Continue Object" } }, { "", "core.tempus.insert-date-insert-mode", opts = { desc = "Insert Date" } }, },