From 51ca15b13e9a7b107bef54c9bed94b5863b9c5d5 Mon Sep 17 00:00:00 2001 From: Vhyrro Date: Wed, 9 Aug 2023 14:09:00 +0200 Subject: [PATCH] feat(keybinds): allow `core.itero.next-iteration` to fall back to a specific key --- lua/neorg/modules/core/keybinds/keybinds.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } }, },