diff --git a/lua/neorg/modules/core/keybinds/module.lua b/lua/neorg/modules/core/keybinds/module.lua index b42059cc5..be5c20b08 100644 --- a/lua/neorg/modules/core/keybinds/module.lua +++ b/lua/neorg/modules/core/keybinds/module.lua @@ -325,6 +325,10 @@ module.private = { -- Insert a link to a date at the given position -- ^Insert Date { "id", "(neorg.tempus.insert-date)", opts = { desc = "[neorg] Insert Date" } }, + + -- Magnifies a code block to a separate buffer. + -- ^Code Magnify + { "cm", "(neorg.looking-glass.magnify-code-block)", opts = { desc = "[neorg] Magnify Code Block" } }, }, i = { @@ -334,10 +338,13 @@ module.private = { "(neorg.promo.promote)", opts = { desc = "[neorg] Promote Object (Recursively)" }, }, + -- Demote an object recursively { "", "(neorg.promo.demote)", opts = { desc = "[neorg] Demote Object (Recursively)" } }, + -- Create an iteration of e.g. a list item { "", "(neorg.itero.next-iteration)", opts = { desc = "[neorg] Continue Object" } }, + -- Insert a link to a date at the current cursor position -- ^Date {