Skip to content

Commit ecf5f41

Browse files
committed
fix: feed keys without remaps
1 parent cd950aa commit ecf5f41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/neorg/modules/core/itero/module.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ module.public = {
109109
end
110110

111111
if not current or current:type() == "document" then
112-
vim.api.nvim_feedkeys(vim.api.nvim_replace_termcodes("<CR>", true, true, true), "t", false)
112+
vim.api.nvim_feedkeys(vim.api.nvim_replace_termcodes("<CR>", true, true, true), "n", false)
113113
return
114114
end
115115

0 commit comments

Comments
 (0)