diff --git a/lua/neorg/modules/core/itero/module.lua b/lua/neorg/modules/core/itero/module.lua index 19c5561df..50d47c361 100644 --- a/lua/neorg/modules/core/itero/module.lua +++ b/lua/neorg/modules/core/itero/module.lua @@ -109,7 +109,7 @@ module.public = { end if not current or current:type() == "document" then - vim.api.nvim_feedkeys(vim.api.nvim_replace_termcodes("", true, true, true), "t", false) + vim.api.nvim_feedkeys(vim.api.nvim_replace_termcodes("", true, true, true), "n", false) return end