We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5b67c2 commit f33a491Copy full SHA for f33a491
lua/neorg/modules/core/journal/module.lua
@@ -142,7 +142,7 @@ module.private = {
142
and module.config.public.use_template
143
and module.required["core.dirman"].file_exists(workspace_path .. "/" .. folder_name .. "/" .. template_name)
144
then
145
- vim.cmd("0read " .. workspace_path .. "/" .. folder_name .. "/" .. template_name .. "| w")
+ vim.cmd("$read " .. workspace_path .. "/" .. folder_name .. "/" .. template_name .. "| w")
146
end
147
end,
148
0 commit comments