Skip to content

Commit

Permalink
fix: feed keys without remaps
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro committed Jul 13, 2024
1 parent cd950aa commit ecf5f41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/neorg/modules/core/itero/module.lua
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ module.public = {
end

if not current or current:type() == "document" then
vim.api.nvim_feedkeys(vim.api.nvim_replace_termcodes("<CR>", true, true, true), "t", false)
vim.api.nvim_feedkeys(vim.api.nvim_replace_termcodes("<CR>", true, true, true), "n", false)
return
end

Expand Down

0 comments on commit ecf5f41

Please sign in to comment.