From 49a64acdb30ee7643b249e5441447478726250ca Mon Sep 17 00:00:00 2001 From: DefaultGen Date: Tue, 4 Jun 2024 20:19:42 -0400 Subject: Minor changes --- lua/simple-denote/internal.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/simple-denote/internal.lua') diff --git a/lua/simple-denote/internal.lua b/lua/simple-denote/internal.lua index 319d069..5f42b44 100644 --- a/lua/simple-denote/internal.lua +++ b/lua/simple-denote/internal.lua @@ -63,7 +63,7 @@ function M.note(options, title, tags) vim.cmd("edit " .. file) if options.add_heading and og_title ~= "" then M.set_heading(og_title, options.ext) - vim.cmd("norm! o") + vim.cmd("norm! 2o") end vim.cmd("startinsert") end -- cgit v1.2.3