Skip to content

Commit

Permalink
feat(keybinds): allow core.itero.next-iteration to fall back to a s…
Browse files Browse the repository at this point in the history
…pecific key
  • Loading branch information
vhyrro committed Aug 9, 2023
1 parent 64d1fcb commit 51ca15b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/neorg/modules/core/keybinds/keybinds.lua
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ module.config.public = {
i = {
{ "<C-t>", "core.promo.promote", opts = { desc = "Promote Object (Recursively)" } },
{ "<C-d>", "core.promo.demote", opts = { desc = "Demote Object (Recursively)" } },
{ "<M-CR>", "core.itero.next-iteration", opts = { desc = "Continue Object" } },
{ "<M-CR>", "core.itero.next-iteration", "<CR>", opts = { desc = "Continue Object" } },
{ "<M-d>", "core.tempus.insert-date-insert-mode", opts = { desc = "Insert Date" } },
},

Expand Down

0 comments on commit 51ca15b

Please sign in to comment.