From ecf5f415c96cf7a12b74a8233b8f6d4ecc3779c4 Mon Sep 17 00:00:00 2001 From: vhyrro Date: Tue, 9 Jul 2024 10:22:01 +0200 Subject: [PATCH] fix: feed keys without remaps --- lua/neorg/modules/core/itero/module.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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